NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Fatal Error C1083

Cannot open filetype file: 'file': message

Possible causes

The following sample generates C1083:

#include "test.h"   // C1083, test.h does not exist

void main() {
}