cocos2dx-win8-wp8 hello world arm release error

hi, I want to know how to fix this hello world errors.
This is what I did:

  1. download cocos2dx-win8-wp8
  2. open sln using vs express 2012 for wp
  3. set pch.cpp pre-compiled-header in cocos2dx-wp8 project to create (Yc) (arm release)
  4. release (arm)

and got these errors

Error 1 error C1083: Cannot open include file: ‘CCAction.h’: No such file or directory E:2dx-win8-wp8\cocos2dx-win8-wp8\cocos2dx\actions\CCAction.cpp 24 1 cocos2dx-wp8
>
Error 2 error C1083: Cannot open include file: ‘CCActionEase.h’: No such file or directory E:2dx-win8-wp8\cocos2dx-win8-wp8\cocos2dx\actions\CCActionEase.cpp 30 1 cocos2dx-wp8

and so on till 97 error and then another two errors

Error 99 error C1192: #using failed on ‘E:2dx-win8-wp8\cocos2dx-win8-wp8\ARM\Release\cocos2dx-wp8\cocos2dx_wp8.winmd’ E:2dx-win8-wp8\cocos2dx-win8-wp8\HelloWorld\pch.cpp 1 1 HelloWorld
>
Error 98 error C1192: #using failed on ‘E:2dx-win8-wp8\cocos2dx-win8-wp8\ARM\Release\cocos2dx-wp8\cocos2dx_wp8.winmd’ E:2dx-win8-wp8\cocos2dx-win8-wp8\CocosDenshion\pch.cpp 1 1 libCocosDension

where I am doing wrong? thank you

Hi, did you ever figure out the solution? I’m having the same trouble and can’t seem to fix it.