When I've move my project's source and header files into several subdirectories (relative dsp file location) and append some new class methods (or members), VA doesn't supply any information for those methods (members)... What's wrong?
Ok... I've download and install build 1418 and see followed VA behaviour: 1. MyClass.cpp class implementation opened in editor window. 2. Add method(variable) using VC6 ClassWizard context menu. 3. After that try edit the body of any existing method using that new method(var). There is no context help and red error underlining uppears for that symbols.
But all become ok, when I've switch editor to header file, press "Reparse Current File" toolbar button and return to cpp file.