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!

Compiler Warning (level 1) C4083

expected 'token'; found identifier 'identifier'

An identifier occurs in the wrong place in a #pragma statement.

Example

#pragma warning disable:4083   //warning
#pragma warning(disable:4083)   //correct

Check the syntax of the #pragma directives.