Cocos2d-x 3.2 execute cocos2d. py under cocos2d-x \ tools \ cocos2d-console \ console, enter the corresponding parameters to create a new project, the specific parameters online Introduction a lot, don't talk about it ....
However, when a new project is created, the following error occurs:
C: \ Program Files (x86) \ msbuild \ Microsoft. CPP \ v4.0 \ v110 \ microsoft.cppcommon.tar gets (129,5): Error msb3073: Command "if not exist" D: \ apps \ kneadbubble \ trunk \ proj. win32 \ debug. win32 \ "mkdir" D: \ apps \ kneadbubble \ trunk \ proj. win32 \ debug. win32 \ "C: \ Program Files (x86) \ msbuild \ Microsoft. CPP \ v4.0 \ v110 \ microsoft.cppcommon.tar gets (129,5): Error msb3073: xcopy/y/Q "D: \ apps \ kneadbubble \ trunk \ proj. win32 \.. \.. \.. \ external \ L Ibwebsockets \ Win32 \ Lib \*. * "" D: \ apps \ kneadbubble \ trunk \ proj. win32 \ debug. win32 \ "C: \ Program Files (x86) \ msbuild \ Microsoft. CPP \ v4.0 \ v110 \ microsoft.cppcommon.tar gets (129,5): Error msb3073: vcend "has exited and the code is 4.
I found a lot of solutions on the Internet, a variety of solutions. After experiment, the correct approach is:
Copy the compiled Debug. Win32 Directory under the cocos2d-x directory to the proj. Win32 Directory, and then clear the [command line] of [pre-linked events] in [generate events.
Note that you need to clear several projects under this project ....
Cocos2d-x 3.2 Create new project problems