|
FBX SDK 2013.1 can be used in Visual Studio 11 despite only supporting VS2010.
This can be done by right-clicking on your project and then going into Properties>Configuration Properties>General and then setting Platform Toolset to “Visual Studio 2010 (v100)”.
Be sure to have included the appropriate libraries in the Linker>Input>Additional Dependencies
For me I have wininet.lib; fbxsdk-2013.1-mdd.lib
I have been using VS11 with the FBXSDK a while now. Message if you need any help setting up.
Author: gundamb2
|