1, vs2013 installation All the way next, installation can, time 1-2 hours
2, Decompression COCOS2D-X-3.3RC0 build folder will be known as the cocos2d-win32.vc2012 sln file to open the compilation can
3, after the installation of the Python environment variable configuration, in the path to add; C:\Python27 (C:\Python27 is my own installation path)
4. Win+r input cmd Input python If you are prompted with information about the Python version, the Python configuration is successful
5, in the CMD interface into the \tools\cocos2d-console\bin folder using the command: Python cocos.py new myprojectname-l cpp to create a project
6, return to the folder to find the new folder to enter the Proj.win32 folder, double-click the sln file compilation run
It's a little souvenir for yourself.
vs2013+python+ COCOS2D-X-3.3RC0 Environment Construction