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.