参考: fatal error: Python.h: No such file or directory Ubuntu下 fatal error: Python.h: No such file or directory 解决方法 根据使用的Python版本安装python-dev库. sudo apt-get install python-dev # for python2.x installs sudo apt-get install python3-dev # for python3.x i
文章原文:http://blog.csdn.net/kantian_/article/details/36187141 作者升级源码.能够在3.1平台下执行. 我的是vs2013+cocos2dx-3.2. 本来以为依照作者的方法新建project后能够用.没想到总出现这个[无法打开包含文件: "CCMenuItem.h": No such file or directory]. 问题事实上简单.就是找不到.这个找不到事实上是没有在project中包括要引用的头文件的文件路径. 一般此