Jim Fennacy
September 29th, 1999, 10:59 AM
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?
|
Click to See Complete Forum and Search --> : Class is gone in VC6 Jim Fennacy September 29th, 1999, 10:59 AM 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? Thomas Ascher September 30th, 1999, 09:51 AM 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. Jim Fennacy September 30th, 1999, 10:06 AM That did the trick! Thanks for the help. Jim. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |