Win32平下,cygwin命令编译可以成功运行,但导入eclipse 转成c++ 编译提示AppDelegate.h找不到

* Build of configuration Default for project testx*

bash ./build_native.sh all
cygwin warning:
MS-DOS style path detected: E:dxtool\cocos2d-x-2.1.4\testx\proj.android
Preferred POSIX equivalent is: /cygdrive/e/2dxtool/cocos2d-x-2.1.4/testx/proj.android
CYGWIN environment variable option “nodosfilewarning” turns off this warning.
Consult the user’s guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
NDK_ROOT = E:dxtool\android-ndk-r8e
COCOS2DX_ROOT = E:dxtool/cocos2d-x-2.1.4/testx/proj.android/…/…
APP_ROOT = E:dxtool/cocos2d-x-2.1.4/testx/proj.android/…
APP_ANDROID_ROOT = E:dxtool/cocos2d-x-2.1.4/testx/proj.android
Using prebuilt externals
Android NDK: WARNING: Ignoring unknown import directory: E
Android NDK: WARNING: Ignoring unknown import directory: E
make: Entering directory `/cygdrive/e/2dxtool/cocos2d-x-2.1.4/testx/proj.android’
Compile++ thumb : game_shared <= main.cpp
In file included from jni/hellocpp/main.cpp:1:0:
jni/…/…/Classes/AppDelegate.h:4:27: fatal error: CCApplication.h: No such file or directory
compilation terminated.
/cygdrive/e/2dxtool/android-ndk-r8e/build/core/build-binary.mk:272: recipe for target `obj/local/armeabi/objs/game_shared/hellocpp/main.o’ failed
make: * Error 1
make: Leaving directory `/cygdrive/e/2dxtool/cocos2d-x-2.1.4/testx/proj.android’
* Build Finished*