Can't create FPS C++ 4.10

Here is the error
Running D:/UDK 4/Epic Games/4.10/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/UE4Projects/FPSCPlua/FPSCPlua.uproject” -game -rocket -progress -2015
Visual C++ 2015 toolchain does not appear to be correctly installed. Please verify that “Common Tools for Visual C++ 2015” was selected when installing Visual Studio 2015.
Discovering modules, targets and source code for game…
UnrealBuildTool Exception: ERROR: Windows SDK v8.1 must be installed in order to build this target.

I do have VS 2015 installed.

A few things to check:

  1. Make sure you specifically selected
    the “C++” options in the Visual
    Studio 2015 installer. It’s a
    separate option from the Visual
    Studio IDE itself.
  2. Ensure that you either have Windows
    SDK 8.1 installed or you have
    Windows SDK 10 installed with the
    “UseWindowsSDK10” variable set tot
    true in unreal build tool windows CS
    file.
  3. Ensure that you generate the project
    files with “GenerateProjectFiles.bat
    -2015” command.

Give those a try and see if any of them solve the problem.

-Chris

Chris, number 1 worked. Is this the real version of VS 2015? Windows SDK is almost 5 gigs by itself.

If it’s Visual Studio Community 2015, it’s the version you want. I can’t remember if it comes with Windows SDK, but if it builds, that means you already have it.

Hi,

Please read this post: