Hi, I’ve never worked with UE before, just installed UE 5.3.2. Trying to create a new project, I select “Games” - “First person”, then I select C++/Desktop/Scalable quality. I also ticked “Starter content”, and no raytracing. Now click “Create” - it works for a while and throws this compilation error.
Hello I have been experiencing this problem, the problem was (for me) installing the preview version of visual studio so i just uninstalled it and reinstalled the normal version
Oh yes, I do have the Preview version of VS 2022, and switching to regular version is no-go!
P. S. I initially thought the problem is that Preview resides in its own separate subfolder, but this isn’t it, because clearly the compiler was found and invoked, it just didn’t like UE’s code.
I also experienced this error message, though in the context of opening an Unreal 5.3 project pulled from source control.
The solution for me was adding the modules “Game development with C++” as well as “Desktop development with C++” for Visual Studio 2022. After installing only the first module and opening the project in Visual Studio I was prompted to install the second one.