• Welcome to Valhalla Legends Archive.
 

Unexpected EOF

Started by Okee, July 05, 2005, 03:23 PM

Previous topic - Next topic

Okee

Hey guys.

I've been trying to include a header file of mine into my project - but it keeps saying unexpected end of file. Usually I can fix this problem by placing my #include for the header in a different location, but this time it's just not working.

Anyone know what a common mistake is that will create an end of file error? I use this same header file in another project of mine, and it works fine. I simply moved it to my new project, and its giving me this error. :-(

K

is it "unexpected end of file while looking for precompiled header directive?"  if so, either a) stop using a precompiled header, or b) make sure that every source file includes your precompiled header first.