Trouble packaging

Hi , when I’m packaging my project I’m getting this error.
Any idea why ?

This module was most likely not flagged for being included in a precompiled build - set ‘PrecompileForTargets = PrecompileTargetsType.Any;’ in EditorWidgets.build.cs to override.
PackagingResults: Error: Missing precompiled manifest for ‘EditorWidgets’. This module was most likely not flagged for being included in a precompiled build - set ‘PrecompileForTargets = PrecompileTargetsType.Any;’ in EditorWidgets.build.cs to override.

I just fixed this same issue. Right click on your .uproject file and open with some type of word editor and remove the UMGEditor Additonal Dependency.

It works ! Thank you so much, I was so stuck for days !

Thank you so much this solved most of my issues and saved me hrs of work