본문 바로가기
UE5/이런저런_테스트_메모

BlueprintGraph.pdb not loaded 해결방법

by 도트월드 2023. 9. 25.

 

 

언리얼 엔진에서 Visual Studio 에서 Blue print 연동하는 툴인데 설치하고 Visual Studio 에서

"BlueprintGraph.pdb not loaded" 메세지와 함께 제대로 작동 하지 않았다.

 

관련 문서에 제시된 내용대로 진행했음에도 문제 해결이 안되었는데,

아래는 설치 관련 링크.

 

https://devblogs.microsoft.com/cppblog/unreal-engine-integrations-now-available-in-visual-studio-2022/

 

Unreal Engine Integrations Now Available in Visual Studio 2022 - C++ Team Blog

Today, we are happy to share a set of features specifically aimed towards improving productivity for Unreal Engine development.

devblogs.microsoft.com

 

 

몇시간 헤맨끝에 찾은 원인은 언리얼 설치 옵션에서

"디버깅을 위한 편집기 기호" 가 설치되어야 정상 작동되었다.

 

디버깅을 위한 편집기 기호. 설치해야함.

 

반응형