is it possible to install v140 build tools in visual studio 2013? if yes then how?

18,486

Solution 1

I tried to install the build tools, but the installation failed. I asked the same question on the MSDN forums and was told that VS is backward compatible but not forward compatible with build tool installs.

So, no—it is not possible to install v140 of the build tools on VS 2013, as this is an older version of Visual Studio than v140.

Solution 2

No, it is not possible! It is that simple, but I am forced to write at least 30 characters.

Share:
18,486
raju
Author by

raju

Updated on July 19, 2022

Comments

  • raju
    raju almost 2 years

    I want to install v140 build tools in visual studio 2013, as my project has been upgraded to vs 2015. I dont want to install vs 2015. is there a way to install v140 in vs 2013. Thanks

  • raju
    raju over 7 years
    Thanks for a quick response! I had downloaded and installed build tools from the link given by you, but when i want to change platform toolset v140 toolset isn't showing up in the drop down menu.
  • thewhiteambit
    thewhiteambit over 6 years
    It is not possible. Build tools are for backwards compatibility, like VS2017 compiling VS2015. But it is not possible forward so I downvoted your answer.