Packaging failed, UnrealEd unable to instantiate

When trying to package my project, I get this error:


So naturally, I looked into PNVEditor.Build to see what the issue may be, and that file looks like this:

But I couldn’t really figure out what the problem may be. My modules in the .uproject look like this:

Has anyone encountered this issue before?

For anyone checking, I was including the Editor module in the Target.cs file :sweat_smile: my bad…