This fixes linking when using the v120 toolset.
You will need to download the installation files for Visual Studio 2013. This link should work: https://www.microsoft.com/en-au/download/details.aspx?id=44914 (download the ISO)
Note that you don't have to install Visual Studio 2013.
- Extract the contents of D:\packages\vc_libraryDesktop\x86\vc_LibraryDesktopX86.msi and D:\packages\vc_libraryDesktop\x64\vc_LibraryDesktopX64.msi. Use something like the Universal Extractor.
- Copy the contents into C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib and C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\amd64 respectively.
I have both VS 2013 and 2015 installed. I am using the v120 toolset. What am I missing?