🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

MSVC++ errors?

Started by
0 comments, last by Cloxs 24 years, 3 months ago
Whenever I try to compile my program (it used to compile fine), it complains anywhere I create an inherited class. The error it gives is Error before PCH creation point. Should I re-install VC++? I didn''t change anything in my code. Also, if i reimport everything after every change, it''ll compile.
Advertisement
You might try disabling pre-compiled headers. Possibly your pragma/header file orders are giving VC++ problems.

This topic is closed to new replies.

Advertisement