View Single Post
  #2  
Old 06-06-2015, 10:37 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

MSC_VER 1600 is VS2010 and 1800 is VS2013.

You probably opened a solution configured for 2013 in 2010..by the looks of it.


Try deleting your 'build' folder and re-run cmake.

Ensure that you select the correct compiler for the version of vs that you are using (something that ends with 12, I believe.)

When you actually compile, you will probably see some messages about an unknown cmake compiler version..this is normal, for now.


EDIT: Visual Studio 12 is VS 2013..11 is 2012 - almost as confusing as intel's processor class system...
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 06-06-2015 at 10:42 PM..
Reply With Quote