Cant Package after nativizing BP's

After i set my BP’s to nativize, the project doesnt package (ERROR: Missing precompiled manifest for ‘EditorWidgets’).
Packaging works when i turn nativization off though…

Nativization is not perfect, not all things are supported not all practice cases may work and when this happens it usually gives compilation errors.

EditorWidgets sounds like it tries to natiovize new UMG editor Widgets, editor APIs are not accessible in packaging (since module obviously is compiled to non-editor build of engine), so i would raport a bug as this should not happen

and put editor widgets to nativization exclusion, you can read about it here:

Will try it

hey, it didnt work.

286635-screenshot-4.png