UILayer显示为未定义标识!!新人求大神指导

#include “cocos2d.h”
#include “cocos-ext.h”
#include “ui/CocosGUI.h”

USING_NS_CC;
USING_NS_CC_EXT;
using namespace cocos2d::ui;

class SGLogin : public CCScene
{
UILayer* m_pLayer;

UILayer显示为未定义标识

版本是3.2的 我该如何修改呢~~~:12:

有UILayer这个东西 3.2?

UILayer在3.x的引擎中已经没有了,被Layer替代了,可以参考下面的链接:http://segmentfault.com/a/1190000000593010