
Nmake and error C1034 - include path not set
Ok, I'm actually using MSVC 1.52 to do some dos development...
I've been using a particular code base at work for a project and it
compiles no problem. But when I bring it home and try to compile, I'm
getting the C-1034 "include path not set error".
BUT, here's the kicker....I DO have the environment variables set for
INCLUDE and LIB, and they are pointing to the proper place.
This WAS working at one time, and I cannot figure out what the heck
happened and why I'm getting this error now. It's like it refuses to
acknowledge the LIB and INCLUDE vars.
Help?