c:\\program files\\microsoft visual studio .net 2003\\vc7\\include;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\include;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\PlatformSDK\\include\\prerelease;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\PlatformSDK\\include;
c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Library Includes:
c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\src\\mfc;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\src\\atl;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\crt\\src;
Other Includes:
VS.NET VS.NET 2003 Professional 7.1.3088
Description of the problem. From the documentation http://www.wholetomato.com/products/features/directories.html?more=yes all the include directories from my VS IDE are supposed to show up. Well they do not. I think the problem is that c:\\program files\\microsoft visual studio .net 2003\\vc7\\PlatformSDK\\include\\prerelease; does not exist. This one does not exist in my IDE settings nor does it physically exist on disk. Now, many other include directories are listed in my IDE. Is this a bug or by design? Should I list my other directories in Custom (seems wrong from the documentation).
forgive me if this is a silly question, but i want to see if we are talking about the same thing.
in the IDE if you go to: tools menu -> options -> projects -> VC++ directories
and set the "show directories for" picking list to "include directories" how does this list of files compare to the list in VAX?
when i edit this list in the IDE the changes are picked up by VAX just fine.
if i am expanding the environment variables correctly i also have a reference to a prerelease directory in my IDE which does not exist on my hard drive. still there is no VAX problem.
Yes we are talking about the exact same thing. What ever is in my VC++ directories is not reflected in my Win32 Stable directories. No matter what I do I can't seem to make VA pick up my changes.
I finally got it to work :). I did not realize that I had to open a project (solution) to see all the expanded project list. I must have missed that in the doc.