VS2012的运行HAVOK的问题

我使用的VS2012,想运行HAVOK自带的那个DEMO,但是编译失败,出现了这么一段话:You are building with latest DirectX SDK (from Visual Studio's Windows 8.x SDKs), and assume you will link to the same, but this build variant has libs built with June 2010 DirectX SDK, which are not fully compatible. Either use the 'Win8' variant of the Havok demo graphics libs, or add June 2010 to your build path before standard Visual Studio includes and lib paths.
请问这是出现了什么情况。

版本不兼容,你的dxsdk版本比比项目中用的新。