본문 바로가기

Unreal/Debug

[UE] Git으로 받은 Unreal 프로젝트가 열리지 않을 경우, Compiled error

728x90
반응형

Saved/log
Error Log

 

  • 언리얼 프로젝트를 실행할 때(uproject) 다음과 같은 에러가 나면서 열리지 않는다면.. 문제점은 다음과 같은 곳에서 발생함
    • 언리얼 5.3이라서
    • 컴파일러가 Visual Studio 2022 17.9 … 버전이라서

 

 

Visual Studio Installer

  • 해결법
    • Visual Studio 202217.8버전이나 17.10 버전 이상으로 업데이트하고 재부팅해준다.
    • 그럼 프로젝트가 열릴 것이니..

 

  • 참고
 

Failure to create a new project: "cannot access private member declared in class 'FHazardPointerCollection::FHazardRecord'"

This is broken in the Visual Studio 17.9 update. If you roll back to 17.8 you should be ok.

forums.unrealengine.com

 

728x90

'Unreal > Debug' 카테고리의 다른 글

[UE] Unreal Editor 75% 무한 로딩  (0) 2024.06.05
[UE] 패키징 오류 - License is invalid  (0) 2023.12.15