Visual Studio MSB3073 Error on Build (Updating project from 5.3 to 5.4). "-WaitMutex -FromMsBuild Microsoft.MakeFile.Targets"

I resolved my issue by moving my project folder from (using the warning file as an example):

D:\GameDev\Unreal 5 P4 Workspaces\sam_TheProject\TheProject\Plugins\AdvancedSessionsPlugin\AdvancedSessions\AdvancedSteamSessions\Intermediate\Build\Win64\x64\UnrealEditor\Development\AdvancedSteamSessions\SteamRequestGroupOfficersCallbackProxy.cpp.dep.json

to a shorter…

D:\Workspaces\TheProject\Plugins\AdvancedSessionsPlugin\AdvancedSessions\AdvancedSteamSessions\Intermediate\Build\Win64\x64\UnrealEditor\Development\AdvancedSteamSessions\SteamRequestGroupOfficersCallbackProxy.cpp.dep.json

The original path was under 260 characters which the warning was telling me it was over…so that really isn’t making sense to me…that and why is the path an issue in 5.4 but not 5.3…BUT its working and compiling now. Thank you 3dRaven.

1 Like