stdafx.h(22): fatal error C1083: 포함 파일을 열 수 없습니다. 'atlapp.h': No such file or directory
위와 같은 에러가 발생하면, ATL이 아닌 WTL을 설치해주어야 한다.
하지만, Visual Studio 2005 까지는 WTL8.0이 지원 하지만,
아직 Visual Studio 2010(VS 10.0 버전인가..)을 정식 지원하는 WTL은 존재하지 않는다.
아래와 같은 방법으로 수동설치를 하면 된다는데.. VS2010에서 되려나?
To manually install AppWizard for VC++ .NET 2002/2003,
copy all WTLAppWiz.* files from AppWiz\Files to VC++ .NET projects directory,
%VC7DIR%\Vc7\vcprojects, where %VC7DIR% is the directory where VC++ .NET
2002/2003 is installed. After that, open WTLAppWiz.vsz and modify the like that
contains ABSOLUTE_PATH to contain %WTLDIR%\AppWiz\Files, where %WTLDIR% is the
directory where WTL files are.