fatal error C1010: unexpected end of file while looking for precompiled header directive
-
Hi , I wrote an application orginallay at visual studio 6.0 and there was not any problem when I compile on visual studio 6.0, but when I try to build my app on vs 2003 it says me "fatal error C1010: unexpected end of file while looking for precompiled header directive". at msdn help says "Did you inadvertently delete a #include statement that referenced the .h file that /Yu is looking for?" but I did not delete any header directive. what caused this ? should I change any project settings.? if it is which one ? :sigh: please help .. thank you.
meTin.eRGoktas
-
Hi , I wrote an application orginallay at visual studio 6.0 and there was not any problem when I compile on visual studio 6.0, but when I try to build my app on vs 2003 it says me "fatal error C1010: unexpected end of file while looking for precompiled header directive". at msdn help says "Did you inadvertently delete a #include statement that referenced the .h file that /Yu is looking for?" but I did not delete any header directive. what caused this ? should I change any project settings.? if it is which one ? :sigh: please help .. thank you.
meTin.eRGoktas
Whats your application?