Ue4.25 Packaging project failed: Unable to use promoted target {project path}/Binaries/Win64/xxx.target does not exist

I packaged the project in Unreal Engine 4.25 and it was completed quickly, almost at the speed of light, but no files were generated. I only found this information in the log:

LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms
LogMainFrame: Selected target: FPSGame
LogLauncherProfile: Unable to use promoted target-…/…/…/…/…/Projects/UE4/SimpleFPSTemplate-UE-4.18/Binaries/Win64/FPSGame.target does not exist.

I did not find the FPSGame.target file in this path in the log. Only the FPSGameEditor.target file. What is the problem?

Can someone help me?Can someone help me?Can someone help me?

Can someone help me?Can someone help me?Can someone help me?

Hello,

One of my team member encountered the same issue today.
We resolved it by compiling the game in “Development” instead of “Development Editor” in visual studio.
After that, the xxx.target file had been generated and we could package our project.

Hope it helps,
Cheers.

1 Like

First of all you for your help, but unfortunately I still did not generate the xxx.target file. Is this file generated in the “{Project}/Binaries/Win64” directory?

Yes, this is where the file should be generated.

Well, although I still haven’t solved it, you for your reply