1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Unity】Windows(IL2CPP)時にIL2CPP C++ code builderエラーが発生する

Posted at

エラー内容

Windows向けにIL2CPPビルドした際に、以下エラーが発生したので解決方法を調べました。

Internal build system error. BuildProgram exited with code 1. error: Could not set up a toolchain for Architecture x64. Make sure you have the right build tools installed for il2cpp builds. Details: IL2CPP 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:

対処方法

VisualStudio Installerから C++によるデスクトップ開発 を追加するとエラーが解消されます。

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?