Reference to 'NSMutableArray' is ambiguous

Reference to ‘NSMutableArray’ is ambiguous
What is the message Is there a way?

define “NO_COCOS2DX” before include cocos2d.h

edit cocos2d.h

//
// cocoa includes
//
#if defined(NO_COCOS2DX)
#error
#else
#include “NSSet.h”
#include “NSMutableArray.h”
#include “NSMutableDictionary.h”
#include “NSObject.h”
#include “NSZone.h”
#include “CGGeometry.h”
#include “CGAffineTransform.h”
#include “selector_protocol.h”
#include “CCTouch.h”
#include “CGPointExtension.h”
#endif