Game Created using cocos2d-x v2.2.3 (Language cpp) for windows phone generate error.

Hi! I’m trying to run my Game created using cocos2d-x-v2.2.3 (language cpp) for windows phone. But it shows following error.

error C2440: ‘type cast’ : cannot convert from 'void (__cdecl StartScene:: )(void)’ to ‘cocos2d::extension::SEL_CCControlHandler’*

If I include pch.h file in all class file above error is removed then new error created. The error is
"Cannot open include file: ‘pch.h’: No such file or directory"
Though pch.h and pch.cpp are presented in CocosDenshion. In this circumstances what should i do?
Thanks in Advance

you need to in to C++ GENERAL in visual studio and disable precompiled headers… just search in forum… i have answered this b4

here… i saved u the trouble…