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 C1004

unexpected end of file found

The compiler reached the end of a source file without resolving a construct. The code may be missing one of the following elements:

Other possible causes

The following sample generates C1004:

#if TEST
// uncomment the next line
// #endif

void main() {
} 
// C1004