UE4 Won't let me create C++ Projects

Every time I try to create a C++ project on UE4 I get this error, I’ve tried uninstalling both the engine and Visual Studio but I still get this message, any help? Thanks

Running C:/Program Files (x86)/Epic Games/4.14/Engine/Binaries/DotNET/UnrealBuildTool.exe Worksheet_C Development Win64 -project="C:/Users/Owner/Desktop/Unreal Projects/Worksheet_C/Worksheet_C.uproject" -editorrecompile -progress -noubtmakefiles -NoHotReloadFromIDE
@progress push 5%
Parsing headers for Worksheet_CEditor
  Running UnrealHeaderTool "C:\Users\Owner\Desktop\Unreal Projects\Worksheet_C\Worksheet_C.uproject" "C:\Users\Owner\Desktop\Unreal Projects\Worksheet_C\Intermediate\Build\Win64\Worksheet_CEditor\Development\Worksheet_CEditor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed
Reflection code generated for Worksheet_CEditor in 5.4843053 seconds
@progress pop
Performing 10 actions (4 in parallel)
[2/10] Resource PCLaunch.rc
[3/10] Resource ModuleVersionResource.rc.inl
PCH.Worksheet_C.h.cpp
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\crtdefs.h(10): fatal error C1083: Cannot open include file: 'corecrt.h': No such file or directory
ERROR: UBT ERROR: Failed to produce item: C:\Users\Owner\Desktop\Unreal Projects\Worksheet_C\Binaries\Win64\UE4Editor-Worksheet_C.dll
Total build time: 43.77 seconds

Check Programs and features and see if you have the Visual C++ redistributable installed.

How do I do that? Sorry I’m new UE4

What you may need to do (if this is vs2015) is download and install the visual studio community. In the (once it’s downloaded) open and click modify, from there select the common files.

Hey StevenCowie-

You indicated that you are using UE4.12, if this is accurate please insure that you’re using VS 2015. As JamesSwann95 mentioned, also check the following:

  • Add/Remove Programs
  • Microsoft Visual Studio 2015 (Change)
  • Modify
  • Expand Programming Languages / Visual C++
  • Check the box for “Common Tools for Visual C++ 2015”

If you are still unable to create a code project after these steps, please try creating a new project in VS (not related to UE4) and compile/build that project. Then try creating a UE4 project.

Cheers