I'll bite. My Visual Studio sees no error.
Visual Studio gives an error as i said only with ANSI. You must put the /Za flag.
Specifically, the error is:
-
fatal error C1004: unexpected end-of-file found
-
and that is because the logical source does not end with a new-line.. something like that..