Hello! All,
I have a written a MFC win32 application with dialogs controls etc..using Doc-View Architecture. The project compiles and builds fine in Dev Studio, however using an internal utility which builds the project using the .mak file I am getting weird errors.
here's what I get:
c:\Program Files\Microsoft Visual Studio\VC98\mfc\include\afxconv.h(62) : fatal error C1083: Cannot open include file: 'atlconv.h': No such file or directory
Generating Code...
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
I call this problem weird because it is complaining for MS provided files which should always be found. I have followed MSDN and I do have access to the C:\ drive and have Read/Write privileges to it..
I have tried explicitly adding the include file location for "atlconv.h" in the Preprocessor\ Include directories option, in Projetc\Settings, however it still does not find it.
I have set the environment Var. Path with the above path for the system I am using. Also, have this path set in my Tools\options\INCLUDE
settings for this project. But none of it is helping.
I am running out of ideas of what else I am missing. I am using Visual Studio 6.0 on Windows XP system.
I am not sure if I need a new patch?? or some header libs or includes which I am missing..??
Any input is greatly appreciated and Pl. reply as soon as possible!!!
I have a written a MFC win32 application with dialogs controls etc..using Doc-View Architecture. The project compiles and builds fine in Dev Studio, however using an internal utility which builds the project using the .mak file I am getting weird errors.
here's what I get:
c:\Program Files\Microsoft Visual Studio\VC98\mfc\include\afxconv.h(62) : fatal error C1083: Cannot open include file: 'atlconv.h': No such file or directory
Generating Code...
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
I call this problem weird because it is complaining for MS provided files which should always be found. I have followed MSDN and I do have access to the C:\ drive and have Read/Write privileges to it..
I have tried explicitly adding the include file location for "atlconv.h" in the Preprocessor\ Include directories option, in Projetc\Settings, however it still does not find it.
I have set the environment Var. Path with the above path for the system I am using. Also, have this path set in my Tools\options\INCLUDE
settings for this project. But none of it is helping.
I am running out of ideas of what else I am missing. I am using Visual Studio 6.0 on Windows XP system.
I am not sure if I need a new patch?? or some header libs or includes which I am missing..??
Any input is greatly appreciated and Pl. reply as soon as possible!!!