Visual Studio 2013 Community Edition (solution)

I have installed VS2013 Community Edition. The cocos console compile will not work. Gives the following error…

C:\Users\krist_000>cocos compile -s c:\src\MyProject -p win32

Running command: compile
Building mode: debug
building
Required VS version : 11.0
find vs in reg : 64bit
find vs in reg : 32bit
Find VS path : C:\Program Files (x86)\Microsoft Visual Studio 11.0
running: ‘“C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv” “c:\src\MyProject\proj.win32\MyProject.sln” /Build “Debug|Win32” /Project “MyProject”’

‘“C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv”’ is not recognized as an internal or external command,
operable program or batch file.
Error running command, return code: 1
C:\Users\krist_000>

In order to get it to work, I have to edit the file “C:\cocos2d-x-3.3rc0\tools\cocos2d-console\plugins\project_compile\project_compile.py”

And have to edit the function def _get_required_vs_version(self, proj_file) to return 12.0 instead of 11.0.