ZNRDev
(ZNRDev)
April 1, 2024, 6:43pm
1
Hello everybody,
I tried compiling my game and although it did compile, I got this error message:
I looked at other forums and none of them helped. Can you please help me? Thank you.
Also, if you found this topic in the Blueprint section in “Programming & Scripting” then, that is because this project is a blueprint project and not a C++ project. Also, there isn’t any section that would fit this topic because there isn’t a build section (There is one for mobile but, I’m trying to build my game for PC and laptop)
Hello,
Your terminology may be inaccurate, so bear with me, because I’m not really sure what you mean…
Do you mean that you PACKAGED your game and when you tried to LAUNCH it you got this error?
Not a problem. I needed to make sure I was answering (or attempting to answer) the correct issue:
It’s possible that the renaming of the project has caused Visual Studio to have trouble locating the correct game files. Here are a few things you can try to resolve the issue:
Check your project’s configuration settings: Make sure that your project’s configuration settings in Visual Studio are correctly pointing to the new project location. To do this, open the Configuration Manager (from the Build menu) and make sure that the “Active solution configuration” and “Active solution platform” se…
Look at the 4th bullet-point, specifically.
ZNRDev
(ZNRDev)
April 1, 2024, 9:47pm
5
Ok, I looked at the 4th bullet-point and that I tried what it says on the 4th bullet-point but, it still gives me the error.
And to be clear, you tried repackaging your game?
ZNRDev
(ZNRDev)
April 1, 2024, 10:13pm
7
Yes, I tried that and it still doesn’t work.
pladux
(pladux)
April 1, 2024, 10:24pm
8
Just guessing, but have you tried putting the project in a path without any special characters inside?
Take a look at this:
There are two situations you’ll likely see this error:
you are trying to launch the editor, but accidentally have DebugGame selected (instead of DebugGame Editor).
You are trying launch DebugGame (without editor) but you’ve yet to package your project. Essentially when you run DebugGame it will go and look for files in your binary folders (I think) to run your game. If you’ve not gone to File > Package project, you are likely not to have the required files. The package process creates thes…
Make sure that the settings you’re using are correct!
ZNRDev
(ZNRDev)
April 1, 2024, 11:52pm
10
I tried that but, that pretty much didn’t work.
Billo
(Billo)
September 2, 2024, 10:31am
12
Hello everyone, I changed from Debug to Development in the VIsual Studio 2022
and now I get the same error
I tried what you’ve suggested until now and nothing worked.
Please, any fresh ideas? im currently using UE 5.4.4
Thank you for your time!