Problems with creating New Project

Hi, Trying to fix this for a few days now, about to give up :frowning:

Every time I try to create a New Project C++ I get this message (see under).

Tried:

  • Google on error (444 times)
  • Change Project settings
  • Change Path settings
  • installing windows sdk 8.1
  • installing windows sdk 10
  • removing VS 2015
  • installing VS 2017 according the video here
  • removed VS 2015 again with /force now
  • remove unreal engine and reinstall
  • on my working laptop
  • tons of suggestions of other people

Don’t know anymore at the moment.

Regards,

Chris

The project could not be compiled. Would you like to open it in Visual Studio?

Running D:/Program Files/Epic Games/UE_4.15/Engine/Binaries/DotNET/UnrealBuildTool.exe MyProject10 Development Win64 -project=“D:/Unreal Projects/MyProject10/MyProject10.uproject” -editorrecompile -progress -NoHotReloadFromIDE
Performing full C++ include scan (building a new target)
Creating makefile for MyProject10 (no existing makefile)
@progress push 5%
Parsing headers for MyProject10Editor
Running UnrealHeaderTool “D:\Unreal Projects\MyProject10\MyProject10.uproject” “D:\Unreal Projects\MyProject10\Intermediate\Build\Win64\MyProject10Editor\Development\MyProject10Editor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for MyProject10Editor in 3,4105672 seconds
@progress pop
Performing 8 actions (4 in parallel)
[2/8] Resource ModuleVersionResource.rc.inl
[3/8] Resource PCLaunch.rc
D:\Program Files\Epic Games\UE_4.15\Engine\Source\Runtime\Core\Resources\Windows\ModuleVersionResource.rc.inl(3) : fatal error RC1015: cannot open include file ‘windows.h’.
D:\Program Files\Epic Games\UE_4.15\Engine\Source\Runtime\Launch\Resources\Windows\PCLaunch.rc(10) : fatal error RC1015: cannot open include file ‘windows.h’.
PCH.MyProject10.cpp
d:\program files\epic games\ue_4.15\engine\source\runtime\core\public\windows\WindowsSystemIncludes.h(27): fatal error C1083: Cannot open include file: ‘intsafe.h’: No such file or directory
ERROR: UBT ERROR: Failed to produce item: D:\Unreal Projects\MyProject10\Binaries\Win64\UE4Editor-MyProject10.dll
Total build time: 7,78 seconds (Local executor: 0,00 seconds)

Privacy & Terms