Hello,
i moved my projectfolder onto my ssd. While i still can launch the game in the UE4 Editor, i cant launch a DebugGame build in Visual Studio. After moving and rebuild the .sln i noticed that visual VS was still refering to the old project folder.
I tried to start DebugGame or DebugGameEditor and both builds didnt work. After i changed UnrealVs to the current folder i was able to use debuggameEditor again, but not DebugGame. DebugGameEditor even allowed me to launch the game in the editor without any probs.
But DebugGame throws an exception:
“LoadPackageAsync failed to begin to load a package because the supplied package name was neither a valid long package name nor a filename of a map within a content folder”
So i think i have to change the Projectfolder in some files, most likly only to UnrealVS realated but no idea where and how to figure it myself out, since im quit new to Unreal.
Thx