I’m trying to package the Third Person blueprint game. I have not added anything to the game because all I want to do is see if a basic game like this can run on my laptop, which approximates my target hardware. The game packages fine (packaging for Windows 64 bit) but when I copy the generated files to the laptop, the game won’t run. Instead, I get an error (CreateProcess() returned 2). I can run the packaged game without problem on my dev machine, however. I followed one similar post on Answerhub that involved deleting certain folders (intermediate, saved and config), but the program still would not run on the laptop. Can anyone suggest other things I can try?
go to your project settings and then packaging and check full packaging. that fixed my issue.