Windows7のVS2012でdirectx11(Windows SDK 8)を使用しています
そして、私はこのエラーが発生しています
1 IntelliSense: more than one instance of overloaded function "XMMatrixTranspose" matches the argument list:
function "DirectX::XMMatrixTranspose(DirectX::CXMMATRIX M)"
function "XMMatrixTranspose(DirectX::CXMMATRIX M)"
argument types are: (const DirectX::XMMATRIX) c:\Program Files (x86)\Windows Kits\8.0\Include\um\DirectXMathMatrix.inl
私が含めるコードには特別なことは何もありません#include <DirectXMath.h>
そしていつでもXMMatrixメソッドの1つを使用してこれを取得します
何か案は?
どうも