Lua bind 时 details = "'extensions/cocos-ext.h' file not found">

写了一个类,vs上编译也没什么问题,打包成apk也能正常运行,绑定lua接口时就出问题了

#ifndef EXCHANGEGOODSLAYER_H
#define EXCHANGEGOODSLAYER_H

#include “cocos2d.h”
#include “platform/CCPlatformConfig.h”

#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
#include “extensions/cocos-ext.h”

#include “cocos/ui/UIWebView.h”

USING_NS_CC;

USING_NS_CC_EXT;

class ExchangeGoodslayer : public cocos2d::Layer
{
public:

virtual bool init(int width, int height,int posiX, int posiY, const std::string& path);

static ExchangeGoodslayer* 挀爀攀愀琀攀(int width, int height, int posiX, int posiY, const std::string& path);
private:
bool onWebViewShouldStartLoading(experimental::ui::WebView *sender, const std::string &url);
void onWebViewDidFinishLoading(experimental::ui::WebView *sender, const std::string &url);
void onWebViewDidFailLoading(experimental::ui::WebView *sender, const std::string &url);
cocos2d::experimental::ui::WebView _webView;
LayerColor
洀开圀愀椀琀椀渀最Layer;
};

#endif

#endif

提示说嬀昀漀渀琀=arial]#include “extensions/cocos-ext.h” 这个文件找不到
氀漀挀愀琀椀漀渀 = <SourceLocation file ‘E:\cocos2d-x-3.3\cocos2d-x-3.3/cocos/ui/ExchangeGoodslayer.h’, line 9, column 10>,
搀攀琀愀椀氀猀 = “‘extensions/cocos-ext.h’ file not found”>

请问有谁遇到过这种情况吗?

已解决