http://www.cppblog.com/visualfc/archive/2010/05/21/80761.html
WTL教程
http://www.cnblogs.com/cutepig/archive/2009/02/21/1395332.html
visualfc下载
http://code.google.com/p/visualfc/
#include <atlapp.h> 找不到。 在项目里-》c++ 》 项目依赖 添加WTL的文件include 目录
cannot open include file 'atlres.h'
I think you need to add the WTL include directory to the include directory path for the resource compiler. Right-click on the project, select 'Properties', select Resources->General in the properties window and add the WTL include directory to Additional Include Directories.