LoginSignup
0

More than 5 years have passed since last update.

Visual Studio 2015でPlatform Toolsetが無いエラー

Last updated at Posted at 2017-03-16

概要

Visual Studio 2015で、ネットから入手したプロジェクトをコンパイルしたときに

MSB8020 The build tools for v120(Platform Toolset='v120') cannot be found.

でコンパイルできない。

理由

もともとのプロジェクトはVisual Studio 2013でコンパイルしたことを想定して作られていて、Platform Toolset v120が必要だが、それが無いのでエラーになっている。

対応

以下から、Microsoft Build Tools2013をダウンロードしてインストールすることで、
https://www.microsoft.com/en-US/download/confirmation.aspx?id=40760
これで、Platform Toolset v120がVisual Studio2015から使用できるようになります。

補足

もともとVisualStudioはあまり経験がありません。ネットで得た知識を纏めて自分のために書いています。
詳しい方、間違いがあったら指摘してください。

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
0