Error when creating a new code project

When i try to make a new basic c++ code program i only get the error: An error occurred while trying to generate project files.

Running C:/Program Files/Epic Games/UE_4.15/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/‘MyUsername’/Documents/Unreal Projects/Coding/Coding.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
ERROR: Windows SDK v8.1 must be installed in order to build this target.

Can anyone help me?

Edit: I set my project name to Coding if you are wondering why there are to Coding right after each other

Hey SuPeRcAt846-

The message is indicating that you need the correct SDK installed to create the project. This post includes additional information as well as links to download the necessary SDK:

Cheers

I found out i installed the 10.0 version of the sdk. i installed the 8.1 and now it works.