'msbuild' is not recognized as an internal or external command.

I used this guide: http://www.jesusbosch.com/2012/06/how-to-set-up-android-and-win32-cocos2d.html?m=1

However I’m stuck on the “Go to the extracted Cocos2D-x folder and execute the build-win32.bat. That will compile the project.” part.

I go the ‘msbuild’ is not recognized as an internal or external command.

What’s possibly wrong with my set up?

Try using the Visual Studio console. It seems that “msbuild” it isn’t in your path.

Jaime Abella wrote:

Try using the Visual Studio console. It seems that “msbuild” it isn’t in your path.

Ok. Thanks for the pointer. I changed my env path and it works now. Thanks.