Advertisement

MSVC++ errors?

Started by March 06, 2000 02:58 PM
0 comments, last by Cloxs 24 years, 6 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.
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