Packaging 4.21 Error

Hello,

I am attempting to package a 4.21 build of a game I am working on. It seems to fail when a certain file is not found.

Error:
(UATHelper: Packaging (Windows (64-bit)): ERROR: System.IO.DirectoryNotFoundException: Could not find a part of the path ‘F:\Tools\Unreal\UE_4.21\Engine\Intermediate\Build\Win64\UE4\Development\EditorWidgets\EditorWidgets.precompiled’.
)

I am not using any special plugin, and the engine installation has been verified multiple times.

When I look through the files at the path the error seems true, that ‘EditorWidgets’ folder is missing. Any tips, maybe I should build them manually somehow?

Thanks!

Check out my answer here:

The last one. Might do the trick for you.

I’ve got the same problem. Did you resolve this?

thx. In the end I believe it was the OnlineSubsystemSteam that caused the problem. After removing that from the *.build.cs things started to package for me.