Help! I can't package my game!

Please help! i cannot package my game!

The error seems to signify that you are trying to package the project, but there are files which shouldn’t be in the project. Make sure to clean up all broken and unused files.

Can you share uproject file? If not, check the content of it. Do you see something like this:

	"TargetPlatforms": [
		"LinuxNoEditor",
		"WindowsNoEditor",
		"MacNoEditor"
	]

If not, open Project Settings->Surrpoted Platforms and select the platform you want to build for.
image