While compiling godot source code (2.12stable) using scons p=windows vsproj=yes
,I got
scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
Actually there's no problem to compile the source code (with scons p=windows
), just not work for the vsproj=yes
option,I want to create a Visual Studio solution.
So how?
(win7 32bit vs2017community)