Build Win32: Can't find correct Visual Studio's path

I try to deploy my project to Win32 platform

cocos deploy -p win32

but receive the following message

Building...    
Required VS version : [2012, 2013]
Can't find correct Visual Studio's path in the registry.

Project is based on Cocos2d-x 3.4
Build tools from Cocos2d-x 3.15 and Cocos2d-x 3.16 - failed build.
I have installed Visual Studio Express 2013 on Windows 7

If I use old build tools from Cocos2d-x 3.4 build is successful.

Yes, I cannot say for certain that this would ever work reliably. I would use the build tools that are included with the version of Cocos2d-x you are using.

Ok, I will retain old Cocos installed for build purpose :slight_smile: