UE 5.2 packaging error

Hello I am testing the new UE 5.2, project migrated from 5.1, getting this error when trying to package the project. Could anybody help please?

Packaging (Windows): ERROR: Non-editor build cannot depend on non-redistributable modules. **_ue5.2\Binaries\Win64*_ue52-Win64-Shipping.exe depends on ‘ProfileVisualizer’.

Thats your problem, you cant build with that enabled in your project as its an editor only module. You need to find out how , where and why this is there!

Datasmith plugins depend somehow on profilevisualizer? Disabling these helped.

1 Like