IDE : Visual Studio 2013
NUM : MSB8020
MSG : error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, please install v140 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...". C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets
Visual studio 간에 플랫폼 툴셋 버전이 있다. 그 간에 버전 호환이 안될 경우 뜨는 메시지이다. 2012의 경우 v110, 2013은 v120 2015는 v140이다. 위의 경우(나의 경우) v140으로 만든 프로젝트를 2013으로 열어 뜨는 듯 하다.
프로젝트 메뉴 - 속성 - Configuration Properties - General - Platform Toolset을 Visual Studio 2013 (v120)으로 변경해주니 해결이 되었다.
'Development > Err Code' 카테고리의 다른 글
[MySQL] mysql 1067 프로세스가 예기치 않게 종료되었습니다 (0) | 2018.12.27 |
---|---|
C4996 This function or variable may be unsafe (0) | 2014.06.27 |