I am reading a book on directx 11 and I have undertaken advised steps in order to be able to run the sample applications. Despite all of these steps, I am left with the following error:
Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol _D3DX11CreateEffectFromMemory@24 referenced in function "public: __thiscall Effect::Effect(struct ID3D11Device *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (??0Effect@@QAE@PAUID3D11Device@@ABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) BlendDemo C:\Users\cmcl1\OneDrive\Documents\Chapter 9 Blending\BlendDemo\Effects.obj 1
What would the fix to this error be? Note, the steps I took can be found at the following link: https://www.d3dcoder.net/Data/Book4/d3d11Win10.htm