VS Code에서 C++ 헤더 파일과 관련된 에러가 계속하여 발생하여
vscode와 .vscode 폴더를 삭제하여 vscode 설정을 초기화하고 재설치를 진행 하였다.
🔹 다운로드 링크에서 this direct link to the MinGW installer를 클릭하여 설치 진행
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
g++ -v
설치 중에 아래와 같은 에러가 발생
IntelliSense-related commands cannot be executed when `C_Cpp.intelliSenseEngine` is set to `disabled`.
-> setting에서 C_CPP.intelliSenseEngine 설정이 'disabled' 된 것을 default로 변경하여 해결
코드 실행시에 아래와 같은 에러 발생
C:\Users\yoond\.vscode\�˰�����Study\test.exe: No such file or directory
collect2.exe: error: ld returned 1 exit status
Build finished with error(s).
-> 경로에 한글이 존재하며 문제 발생, 경로를 변경하여 문제 해결
-> OR Select Encoding에서 EUC-KR 선택