はなちるのマイノート

Unityをメインとした技術ブログ。自分らしくまったりやっていきたいと思いますー!

【Unity】xception: C++ code builder is unable to build C++ code. In order to build C++ code for Windows Desktop, you must have one of these installed:というエラーの対処法

はじめに

UnityでWindows Build(IL2CPP)しようとしたところ、以下のようなエラーが出てしまいました。

Exception: C++ code builder is unable to build C++ code. In order to build C++ code for Windows Desktop, you must have one of these installed:
        Visual Studio 2015 with C++ compilers and Windows 10 SDK (it cannot build C++ code because it is not installed or missing C++ workload component)
        Visual Studio 2015 installation is found by looking at "SOFTWARE\Microsoft\VisualStudio\14.0_Config\InstallDir" in the registry
        Windows 10 SDK is found by looking at "SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0\InstallationFolder" in the registry

        Visual Studio 2017 (or newer) with C++ compilers and Windows 10 SDK (it cannot build C++ code because it is not installed or missing C++ workload component)
        Visual Studio 2017 (or newer) installation is found using Microsoft.VisualStudio.Setup.Configuration COM APIs
        Windows 10 SDK is found by looking at "SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0\InstallationFolder" in the registry

対処法を書き残しておきたいと思います。

対処法

Visual Studio Installerを立ち上げて、C++によるデスクトップ開発をインストールすれば正常にビルドできるようになりました。

f:id:hanaaaaaachiru:20220125085935p:plain
C++によるデスクトップ開発