카테고리 없음

VS2022 unresolved external symbol ___std_min_element

뿌셩 2023. 6. 20. 11:06

외부에서 가져온 라이브러리에서 컴파일 중에

 

unresolved external symbol ___std_find_trivial_1@12

unresolved external symbol ___std_min_element

 

이러한 에러가 났다면

Property -> Configuration 에서

 

Platform toolset 을 Visual Studio 2022(v143)

Windows SDK 버전을 최신으로 변경해본다.