Please help, AutomationTool exiting with ExitCode=5

so my team is making a massive project that is very important to us, however, we are experiencing an error whilst packaging the project. It keeps failing and giving us “AutomationTool exiting with ExitCode=5” We have tried just about every solution from other threads but none seem to work. any help would be very much appreciated thanks.

We are packaging for pc
It is on the unreal engine 4.16.2
any build logs etc, can be provided to help find a fix.

I found the solution, it seems to be an issue with the blueprint nativization that causes the exit code 5.

To Fix you can disable blueprint nativization or set it to exclusive and add all your classes that you want to be converted to c++. if you still get the error with exclusive on having a look through in the build log for errors when nativizising certain bp’s. when you find the bp’s causing the issues you can remove them from the exclusive nativisation list.

@pink_pony Thanks brother, it helped me. :slight_smile: