Some questions at my start

刚开始接触cocos2d-x,我是在win下开发的,下载版本cocos2d-1.0.1-x-0.9.1,安装使用了文件\cocos2d-1.0.1-x-0.9.1
打开cocos2d-win32.vc2008编译成功,运行正常
2008 然后在cocos2d-x-win32工程中新建项目
选择cocos2d-x下的cocos2d-win Application,新建项目后,vs2008自动关闭,然后在\cocos2d-1.0.1-x-0.9.1能看到新建的项目,但是只有OBJ文件,没有代码文件

新开了一个vs2008窗口,按上边的方式创建新的项目模版,代码,工程全都有,然后编译的时候报错
“CCApplication.h”: No such file or directory
“cocos2d.h”: No such file or directory
“CCApplication.h”: No such file or directory
进行过与helloworld项目属性的比对,需要的附加项什么的都在,也试过把我自己创建的项目文件夹放到与helloworld同级目录下,也是不行,是我少了些什么吗?
实在是找不出原因了,也是第一次进行引擎的使用,希望能帮助一下,这个起始阶段具体该怎么做。

Please use English in this forum, it’s good manner to others. Only 25% visitors in this website come from China.

There’re only 2 reasons can lead to your problem:
# Please check again your new project is parallels to HelloWorld in cocos2d-x folder.
# Please check again the searching header path is correct based on yourgame.vcproj