Can't Create a c++ project. It keeps having the same error???

I don’t know what is wrong but every time I try to create a c++ project is has this error : Running D:/users/torin/Downloads/UE_4.18/Engine/Binaries/DotNET/UnrealBuildTool.exe RealQuickStart1 Development Win64 -project=“D:/users/torin/Documents/Unreal Projects/RealQuickStart1/RealQuickStart1.uproject” -editorrecompile -progress -NoHotReloadFromIDE
Performing full C++ include scan (building a new target)
Creating makefile for RealQuickStart1 (no existing makefile)
@progress push 5%
Parsing headers for RealQuickStart1Editor
Running UnrealHeaderTool “D:\users orin\Documents\Unreal Projects\RealQuickStart1\RealQuickStart1.uproject” “D:\users orin\Documents\Unreal Projects\RealQuickStart1\Intermediate\Build\Win64\RealQuickStart1Editor\Development\RealQuickStart1Editor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for RealQuickStart1Editor in 13.4169919 seconds
@progress pop
ERROR: Windows SDK v8.1 must be installed in order to build this target.

“ERROR: Windows SDK v8.1 must be installed in order to build this target.”

That just means you need to install the 8.1 sdk.

What version of visual studio are you using?