Build to Win32 failed

Error from console:

'"C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv"' is not recognized as an internal or external command,
operable program or batch file.
Running command: compile
Building mode: debug
building
Required VS version : 11.0
find vs in reg : 32bit
Find VS path : C:\Program Files\Microsoft Visual Studio 12.0\
running: '"C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv" "C:\Users\Tetriser\.cocosworkspace\CocosLuaGame\frameworks\runtime-src\proj.win32\CocosLuaGame.sln" /Upgrade'

Error running command, return code: 1

It points to devenv.exe, which is not exist in the folder. But how to change the devenv to WDExpress.exe?

@Tetriser
It’s a known issue. And it will be fixed in this PR of cocos2d-console.

Thanks for your feedback!