Some Python-based build steps have been added to the scons build to create source and header files. Porting these Python scripts to JScript for the Visual Studio builds is time-consuming and potentially error prone. It would be better to simply require that Python be installed (and on the PATH) for building the executables in Visual Studio.
Change the Visual Studio project files to run the Python scripts directly so that the same code is running in scons and in Visual Studio.