반응형
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command ""C:\Program Files\Epic Games\UE_5.4\Engine\Build\BatchFiles\Build.bat" projectEditor Win64 Development -Project="C:\UnrealProjects\project.uproject" -WaitMutex -FromMsBuild -architecture=x64" exited with code 6.
해결방법) 언리얼 에디터 띄워져 있는거 다 끈 후, 다시 실행.
문제상황)
언리얼cpp 1 프로젝트 VS 로, ctrl + f5 해서 띄워놓았던, 언리얼 에디터 창 있는상태에서,
언리얼 cpp 2 프로젝트 VS 로, ctrl+f5 했을 때, 난 error 내용
-> 1프로젝트 의 언리얼 에디터 창 끈후. 2프로젝트 ctrl+f5 하니, 에러 없이 됨.
반응형