Angle Project Missing in Winphone 8 in cocos2d-x 2.2.2?

Hi guys, I’ve just downloaded cocos2d-x 2.2.2 but I found all angle project files are missing under 2dx\platform\third_party\winrt\angleproject Is it a bug? (or you guys just forgot to pack these files in, LOL)

Windows phone projects generated by tools are broken ATM, please check this.

Thanks for feedback.
It is a mistake, i am sorry about that.
I am re-uploading the package.

Can I just copy these files from V2.2.1 for a quick fix?

Um…. I tried but building was failed(some files also missing):

Error 1 error C1083: Cannot open include file: ‘…/third_party/winrt/angleproject/src/common/winrtangle.h’: No such file or directory (…cpp) 31 1 libExtensions

Waiting for a fix now…

Update:
Download angle project from https://github.com/stammen/angleproject & place it to the right folder can solve this issue

Shuaiying Hou wrote:

Update:
Download angle project from https://github.com/stammen/angleproject & place it to the right folder can solve this issue

And you need switch to branch wp8-xaml.

It might have fixed in cocos2d-x, you can try to update submodule in 2.2.2.

Do the following
git clone https://github.com/cocos2d/cocos2d-x.git
cd cocos2d-x
git checkout master
git submodule init
git submodule update

This will checkout the correct version of angle.

Seems that most of my trouble with this came from the fact that I used Source Tree for git control. Using the command line version and manually initializing submodules properly checks out everything. Maybe there’s an update to source tree … will double check.