Hi,
This looks like a linker error where the build tool is unable to find RHI (Rendering hardware interface)-related classes. I wrote a bit about it in the main post and you’ll have to:
- Open the file named MyProject.Build.cs
- Locate line PublicDependencyModuleNames.AddRange(new string] { “Core”, “Engine”…
- Add the strings “RHI”, “RenderCore” to the array.
Hopefully it will now compile.
Cheers,