Hello
I would suggest you to generate the preprocessor listing for the source file you are trying to build.
Open the file in an edit window click right inside of the file and select preprocess.
There might be some unexpected macro substitution in your code.
The preprocessor listing will present you the code the compiler is seeing after all macros and includes have been expanded.
This might help you determine where the problem is.
CrasyCat