自定义类中#include "cocos2d.h" 找不到路径

自定义MyClass

#ifndef __APP_DELEGATE_H__
#define __APP_DELEGATE_H__

#include "cocos2d.h"

/**
@brief    The cocos2d Application.

The reason for implement as private inheritance is to hide some interface call by Director.
*/
class  Myclass
{
    Myclass(){}
};

#endif  // __APP_DELEGATE_H__
```


#include "cocos2d.h"  
command 代码提示 symbol not found

但是系统自带的AppDelegate 文件路径提示都是正常的

求指点 为什么相同路径 我自己添加的就找不到呢 是不是工程哪里需要设置啊

你添加的类在classes里吗

恩 在的 麻烦大家帮我找找原因 刚开始以为是xcode 从6.3 降低到 5.1 还是不行

我是说你直接从文件夹看