I can't believe I am asking this...
It has been a while since I used VC6. I set up what I thought was the correct way to include additional directories for include files (I removed another developer's hard coded paths) and put in something like:
%MY_DIR%\include
but this does not work. Am I missing something? Did VC6 not allow this? It seems like a pretty basic thing to have and now that I think about it it I can't recall ever having done it before...
(I did stop and re-start VC6 after I set the variables)
Google search and a quick search here did not reveal anything.
EDIT
Apparently I can't vote for my own answer - but it is below:
The syntax is:
$(ENV_VAR)
not
%ENV_VAR%