Fatal Error C1057

unexpected end of file in macro expansion

The compiler has encountered the end of the source file while gathering the arguments of a macro invocation. Usually this is the result of a missing right parenthesis in the macro invocation.