본문 바로가기
검색로그

[solved]visual studio 2008 빌드가 안된다.(unexpected precompiled header error)

by 정리 습관(★arranging★) 2020. 9. 24.
728x90

unexpected precompiled header error, simply rerunning the compiler might fix this problem 


개발 환경을 재설치 해야 해서 visual studio 2008재설치 후 x64 빌드에 아래 메시지로 빌드 안됨이 발생했다.
혹시 설치 할때 x64빌드에 체크하지 않아서 발생한 것일 까해서
visualstudio2008 설치 파일에서 설치된 구성요소를 확인하고 없으면 추가하려했는데,
아래 메시지 발생하여 구성요소 확인이 안되었다.

a problem has been encountered while loading the setup components. canceling setup

동일한 문제에 대한 링크

stackoverflow.com/questions/114332/visual-studio-setup-problem-a-problem-has-been-encountered-while-loading-the

 

Visual Studio setup problem - 'A problem has been encountered while loading the setup components. Canceling setup.'

I've had a serious issue with my Visual Studio 2008 setup. I receive the ever-so-useful error 'A problem has been encountered while loading the setup components. Canceling setup.' whenever I try to

stackoverflow.com

hotfix 몇개를 삭제하면 된다는 말도 있고 지우고 다시 설치하라는 말도 있었고 그중 지우고 다시 설치하는걸 택했다
삭제 툴은 아래 경로에서 다움 받았다.

go.microsoft.com/fwlink/?LinkId=105801

삭제는 20분 정도가 소요되었고,
재설치 시 x64옵션을 잊지않고 넣어 주었다.

성공적빌드

 

If you get "unexpected precompiled header error, simply rerunning the compiler might fix this problem" message when you build your x64 project. You should check visual studio installation option.

If you can't change your visual studio installation option. You should remove your IDE by UninstallTool.exe and install again with x64 build option.

댓글