CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    California
    Posts
    14

    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?


  2. #2
    Join Date
    Sep 1999
    Location
    Europe / Austria / Innsbruck
    Posts
    442

    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.


  3. #3
    Join Date
    May 1999
    Location
    California
    Posts
    14

    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
  •  





Click Here to Expand Forum to Full Width

Featured