Unknown Packaging Error - Build Failed

Tried building my project. Here are the logs. Build Log is the Log file generated by Unreal and BuildOutput is the file I made after copy pasting the full output log from the engine

I did install Windows SDK and .NET Core etc. Any help is appreciated !

Edit - Exit Code = 1 (Error_Unknown)

It’s probably because you used 5.3 in the project / folder name. Try replacing 5.3 with 5_3.
Dots in folder names can cause errors just a special characters.

1 Like

Lemme rename and test. Thanks.

edit - It didn’t work

Same error. This time the folder was different.

@3dRaven I’m using blueprints, not CPP.