最近研究cocos studio,利用博客做写随笔
看了个教程:http://www.cocoachina.com/bbs/read.php?tid=161567
然后,如题,在HelloWorldScene.cpp中#include cocos-ext.h报错
- #include "cocos-ext.h"
- USING_NS_CC;
- using namespace cocos2d::extension;@H_404_14@
-
百度了一下解决办法,配置里引入$(EngineRoot)即可
-
传送门:http://www.cocoachina.com/bbs/read.php?tid=169275