Cant create a C++ project

Hello, i am trying a follow one of the learning tutorials on Unreal engine, and i want to know the blueprints. However, every time i try to create it this pops up:

An error occurred while trying to generate project files.

Running C:/Program Files/Epic Games/UE_4.19/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/marti/Documents/Unreal Projects/Quickstart/Quickstart.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
WARNING: Exception while generating include data for UE4Editor: Windows SDK v8.1 must be installed in order to build this target.
Binding IntelliSense data… 0%@progress ‘Binding IntelliSense data…’ 50%
WARNING: Exception while generating include data for QuickstartEditor: Windows SDK v8.1 must be installed in order to build this target.
Binding IntelliSense data… 50%@progress ‘Binding IntelliSense data…’ 100%
ERROR: UnrealBuildTool Exception: Windows SDK v8.1 must be installed in order to build this target.

It says i need windows SDK v8.1, but i’m wondering if it can work on later versions of SDK like, SDK 10, version 1803
can someone please help me, because i want to learn how to create a C++ program file.

Thank you

Hi there.
The windows SDK is normally installed by visual studio, if you are using VS 2017 (and you should be), you can re-run the installer and select whatever you need (though the C++ package should be enough).

If for some reason there is a abnormal problem, you can install the windows SDK from the Microsoft MSDN
Here: https://go.microsoft.com/fwlink/p/?LinkId=323507