Need some help packaging my game with a github build

Hello everyone,

could someone please tell me how to correct the error that i am getting from Unreal? Why am i missing the UE4Game binary? And where can i find the ue4game win64-development.target.xml ?

Thank you.

Screenshot 2015-06-18 18.24.29.pngScreenshot 2015-06-18 18.24.29.png

Hi , have you build the “Development” configuration in Visual Studio? Which will output "UE4Game.exe. And you should have “UE4Game-Win64-Development.target.xml” in “Engine\Build\Receipts” folder after build.

Thank you for your advice! Yes i have and I’ve been using git builds for months now but this is the first time i ever seen something like this, and that’s why i asked for help from the community. I will double check and get back to you.