在VS2010中添加类的有关问题

在VS2010中添加类的问题
我单独创建.h文件和.cpp文件,重新打开工程文件时,窗口并没有显示这两个文件;我使用添加类的方式添加,却对话框提示说:CodeModel operation failed,Possibly cannt access Tag database.这是怎么回事?求解释。谢谢!




------解决方案--------------------
你在解决方案资源管理器里的头文件里右键选择添加现有项,把.h文件加进去.在源文件里右键选添加现有项,把.cpp加进去就可以.
------解决方案--------------------
6.0吧
这也算是经典错误了
建议升级IDE吧
------解决方案--------------------
Usually we can delete the IntelliSense database (.sdf file) to rebuild the database if the IntelliSense is corrupted. You can check for more detail information about Intellisence database at:

http://blogs.msdn.com/vcblog/archive/2010/03/09/intellisense-browsing-options-in-vc-2010.aspx


------解决方案--------------------
探讨

引用:
6.0吧
这也算是经典错误了
建议升级IDE吧


貌似他说的VS2010