Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fatal Error C1083: Cannot open include file: atlconv.h

Status
Not open for further replies.

fromkc

Programmer
Jan 10, 2002
10
0
0
US
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!!!
 
Folks,
Consider this question closed. I have found the problem where the internal utility was over-riding the path I had set. All I needed was to update that file to include the new path for finding ATL stuff.

Thanks for hearing my woes anyway....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top