Originally posted by Schala Zeal
View Post
VS 2015 support is still experimental and not fully implemented. For 4.9, it is only available when building the Engine from source code. To be able to build the Engine using VS 2015, you would need to run the GenerateProjectFiles.bat file with the -2015 parameter. The simplest way to do this would be to make a shortcut for the GenerateProjectFiles.bat file, then edit the properties of the shortcut to add " -2015" at the end of the Target field (make sure to include a space before the dash symbol). Double-clicking on the shortcut will then run the batch file with the -2015 parameter included.
You could also open a Windows Explorer window and navigate to the root folder where you saved the Engine source code. Hold the Shift key and right-click in an empty area of the folder, and then select the "Open command window here" option. When the window opens, type in "GenerateProjectFiles.bat -2015" and press Enter.
Tim
Comment