|
-
September 29th, 1999, 10:59 AM
#1
Class is gone in VC6
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?
-
September 30th, 1999, 09:51 AM
#2
Re: Class is gone in VC6
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.
-
September 30th, 1999, 10:06 AM
#3
Re: Class is gone in VC6
That did the trick! Thanks for the help.
Jim.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|