Author | Message | Time |
---|---|---|
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. :-( | July 5, 2005, 8:23 PM |
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. | July 5, 2005, 9:57 PM |