funkish,
If you get Linker-errors, it’s probably because you didn’t add module dependencies to RHI and RenderCore. Did you complete these steps?:
- Open the file named MyProject.Build.cs
- Locate the line PublicDependencyModuleNames.AddRange(new string] { “Core”, “Engine”…
- Add “RHI” and “RenderCore” to the array.
I just upgraded to 4.14, and it worked without any editing, so it shouldn’t be an issue when upgrading.
Cheers,