Unable to find atlapp.h file in Visual Studio 2017
-
Hi,
Freshly installed Windows 10 and VS2017 enterprise and doing migration from VS2010 to VS2017. Getting fatal error C1083: Cannot open include file: 'atlapp.h: No such file or direectory when i compile one of the project, even i have selected ATL and required options during VC2017 installation.
I would appreciate if anyone can suggest how to resolve this issue.Thanks & Regards
Krishna Rao -
Hi,
Freshly installed Windows 10 and VS2017 enterprise and doing migration from VS2010 to VS2017. Getting fatal error C1083: Cannot open include file: 'atlapp.h: No such file or direectory when i compile one of the project, even i have selected ATL and required options during VC2017 installation.
I would appreciate if anyone can suggest how to resolve this issue.Thanks & Regards
Krishna RaoThe file atlapp.h is not part of VS but of the Windows Template Library (WTL) download | SourceForge.net[^]. You have to install that and add the include and library pathes to your project settings.
-
The file atlapp.h is not part of VS but of the Windows Template Library (WTL) download | SourceForge.net[^]. You have to install that and add the include and library pathes to your project settings.
Thank you very much Jochen Arndt. Now its working fine without any issues. Once again Thank you very much.