Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

What version of MFC is required to build a plugin?

0 votes

Hello,

I'm working through the plugin tutorial (Developing a Lowpass Filter Plug-in (audiokinetic.com)) and stuck getting the solution plugin:

python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" build -c Release -x x64 -t vc160 Authoring

cannot open file 'mfc140u.lib'

When I modify my VS 2019 install to add MFC, I have quite a few versions already installed but I don't know which is required or why the dependency is not recognized.

 

asked Apr 11, 2022 in General Discussion by Jonathan A. (100 points)
Have you tried the latest MFC version?

Please sign-in or register to answer this question.

...