c++ - Error: error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found -


i have both vs 2012 , 2013 installed in computer , projects need 2012 version. using msbulid in shell command have following error:

c:\program files (x86)\msbuild\microsoft.cpp\v4.0\v110\microsoft.cpp.platform.targets(44,5): error msb8020: builds tools v120 (platform toolset = 'v120') cannot found 

would please let me know how change msbuild option use vs 2013? please not ask me uninstall vs 2012 version, because crucial other projects.


Comments

Popular posts from this blog

python - Healpy: From Data to Healpix map -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -