etc.
[Error] vscode C/C++ 컴파일, 빌드 환경 만들기 'This version of ~ is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.'
bunny_coder
2023. 2. 14. 18:09
vscode로 C/C++ 컴파일 환경을 이전에 만들어놓았는데,
이게 터미널에서 커맨드를 매번 쳐야해서 불편했다.
찾아보니 단축키에 저장해서 사용할 수 있었는데,
https://webnautes.tistory.com/1158
Visual Studio Code를 사용한 C/C++ 개발환경 만들기(Windows/Ubuntu)
Windows와 Ubuntu 환경에 설치된 Visual Studio Code에서 C/C++을 컴파일하고 실행시키는 방법에 대해 설명합니다. 테스트에 사용한 운영체제 버전은 Windows 10과 Ubuntu 20.04입니다. Visual Studio Code 버전에 따라
webnautes.tistory.com
문제 상황
This version of ~ is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
내 PC 환경이랑 컴파일 빌드가 안 맞는다는 건데, 이걸 어떻게 맞춰주나.. 각각 어떤 친구끼리 호환되는지 알 방법이 없었다.
시도1. vscode 재설치 및 C/C++ 컴파일러 재설치
그냥 새로 설치하니까 바로 실행되었다!!
어라 해결됐다. 원트만에 해결되다니!!
참고로 현재 버전은
vscode : January 2023 (version 1.75)