Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple question 5

Status
Not open for further replies.

sedawk

Programmer
Joined
Feb 5, 2002
Messages
247
Location
US
Hi,

When I got some files created by older version than VC++ 6, I would be asked if I want to convert it to new version. After clicking "yes", I got another message:

"cannot access class view information file. class view information will not be available".

To some small files, it is ok without class view. But for some large projects, it is really a headache.

Can anyone tell me how to fix it?

Thanks
 
Easy delete all *.clw, *.ncb - files in Your older Project. You can delete *.aps and *.plg - files too. All these files will be created automatically in new format.
 
Thank you very much! Your short hint saved my a lot of time and more helpful than directing me to some books.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top