What do I do to make this error go away every time I try to create a project?

Running C:/Program Files (x86)/Epic Games/4.10/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/Kabato/Documents/Unreal Projects/MyProject2/MyProject2.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: Failed to find cl.exe in the default toolchain directory C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools../…/VC/bin/amd64\cl.exe. Please verify that “Common Tools for Visual C++ 2015” was selected when installing Visual Studio 2015.

Did you insatled visual studios?

And what kind of project did you made a c++ or bluprint project?

I do have it installed and I was trying to create a 3rd person project.

I do have it installed and I was trying to create a 3rd person project.

Can you creat other c++ projects?

I think that the cl.exe is missing, so it might work if you reinstal visual studio.
You could also tire to repair it.

Please say if something helps you : )

it works! thanks!

I am happy that it worked. : )