Microsoft.VisualStudio.Component.VC.Tools.x86.x64
프로그래밍/그 외2018. 4. 10. 15:41
안녕하세요. 개발자 드리머즈입니다.
비주얼 스튜디오에서 Visual C++ Empty Project를 만들었습니다.
Project 'Project1' could not be loaded because it's missing install components. To fix this launch Visual Studio setup with the following selections:
Microsoft.VisualStudio.Component.VC.Tools.x86.x64
그런데 위의 에러?가 발생하면서 프로젝트가 제대로 생성되지 않았습니다.
공식홈(https://blogs.msdn.microsoft.com/vcblog/2017/03/06/finding-the-visual-c-compiler-tools-in-visual-studio-2017/)에서 Microsoft.VisualStudio.Component.VC.Tools.x86.x64가 뭔지 찾아봤습니다.
Friendly Name | Component Name |
VC++ 2017 v141 toolset (x86, x64) | Microsoft.VisualStudio.Component.VC.Tools.x86.x64 |
C++ profiling tools | Microsoft.VisualStudio.Component.VC.DiagnosticTools |
Windows 10 SDK (10.0.14393.0) | Microsoft.VisualStudio.Component.Windows10SDK.14393 |
Visual C++ tools for CMake | Microsoft.VisualStudio.Component.VC.CMake.Project |
Visual C++ ATL support | Microsoft.VisualStudio.Component.VC.ATL |
Windows 8.1 SDK And UCRT SDK | Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81 |
Windows XP support for C++ | Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP |
MFC and ATL support (x86 and x64) | Microsoft.VisualStudio.Component.VC.ATLMFC |
C++/CLI support | Microsoft.VisualStudio.Component.VC.CLI.Support |
Clang/C2 (experimental) | Microsoft.VisualStudio.Component.VC.ClangC2 |
Standard Library Modules | Microsoft.VisualStudio.Component.VC.Modules.x86.x64 |
IncrediBuild | Component.Incredibuild |
Windows 10 SDK (10.0.10586.0) | Microsoft.VisualStudio.Component.Windows10SDK.10586 |
Windows 10 SDK (10.0.10240.0) | Microsoft.VisualStudio.Component.Windows10SDK.10240 |
Visual C++ 2015.3 v140 toolset (x86, x64) | Microsoft.VisualStudio.Component.VC.140 |
위의 표를 보면 Microsoft.VisualStudio.Component.VC.Tools.x86.x64의 Friendly Name이 VC++ 2017 v141 toolset (x86, x64)라고 합니다.
비주얼 스튜디오의 installer에 가면 개별 구성 요소의 컴파일러, 빌드 도구 및 런타임에 VC++ 2017 v141 toolset (x86, x64)가 있습니다.
용량이 무려 1.18GB나 되네요.
이 항목을 설치하고 나면 에러가 사라집니다~!!
댓글 영역