BUG: Deleting Files from a Project Does Not Update IntelliSenseID: Q190975
|
When files are deleted from a project, IntelliSense continues to recognize the functions and classes that the removed file contained.
When a file is removed, none of the functions or classes are removed from IntelliSense's "memory."
To have IntelliSense remove these functions and classes, close the project workspace, and delete the project's .ncb file. When the project is reopened in Visual C++, the .ncb file will be re-created with the correct information.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
class CTest
{
public :
void MyTest(){}
}
CTest test;
test.
For additional information, please see the following article in the Microsoft Knowledge Base:
Q153284 Limitations of IntelliSense in Visual C++ 6.0
Additional query words: kbvc600bug
Keywords : kbVC600bug
Version : WINNT:6.0
Platform : winnt
Issue type : kbbug
Last Reviewed: July 22, 1999