But problem remains. Let me describe this problem in detail: 1. Open VAX option dialog->"C/C++ directory" page. 2. Switch "platform" to "Custom" (via "platform" combobox) 3. Insert into listbox below a path which contain env var such as "$(SystemDrive)\\test.h" After I do the 3 steps above and restart VS.NET, symbols appear in C:\\test.h does not be proceeded by VAX.
do I need to uninstall VAX completely and then reinstall?
since this setting page is about directories i used the directory c:\\test and a header file in this directory. VA parses this header when using "c:\\test" but not when i use "$(SystemDrive)\\test"