When I try to package my project with Cesium for Unreal 5 I get the following error.
UATHelper: Packaging (Windows): ERROR: Expecting to find a type to be declared in a module rules named ‘CesiumRuntime’ in . This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool.
I googled a bit and this seems to be a known error and the suggested fix is to copy the plugin into the project folder but when I do that I get a duplicate key error.
Has anyone resolved this issue before?