Using VC6 SP3, somehow in the classes view, one of my classes got removed. The cpp file is still in the project so it builds fine. I just can't see the class. How can I fix this?
Printable View
Using VC6 SP3, somehow in the classes view, one of my classes got removed. The cpp file is still in the project so it builds fine. I just can't see the class. How can I fix this?
Hi, if you are having problems with ClassView, ClassWizard, etc. do the following:
Close your workspace and then delete all files in your project directory which can be rebuild by VC++:
*.APS, *.CLW, *.NCB, *.OPT, *.PLG
Normally everything works fine if you open your workspace again after deleting these files.
That did the trick! Thanks for the help.
Jim.