This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2060
syntax error : end of file found
At least one more token was expected.
Possible causes
- Missing semicolons:
int *p // error
- Missing closing brace on the last function:
main()
{ // error