Hi,
I can’t hot reload my Project. The error that I get is fatal error LNK1104: cannot open file 'C:\ProjectPath\Binaries\Win64\UE4Editor-MyGame-Win64-DebugGame.dll'
.
It’s only happening when I use the solution configuration “DebugGame Editor” It works fine if I use “Development Editor” but if I use that I can’t debug.
I have tried all the solutions I could find regarding this problem:
LINK : fatal error LNK1104: cannot open file - C++ - Unreal Engine Forums (this one just says “close” the editor, which is not a solution)
Cannot build project - LINK : fatal error LNK1104: cannot open file - Platform & Builds - Unreal Engine Forums
I tested my setup with other projects and it works fine.
This Is the UnrealBuildTool Log:
link text
I run a test, compiling all the Blueprints with no errors. And removed all the plugins but DungeonArchitect and Apex (which I think are not the problem)
I tried running Visual Studio as admin as well as checking if the file was read only.
No success so far.
Can anybody help me?
Many thanks.