Unresolved external symbol for custom third party plugin (integrating Vosk)

Hi all again,

The error was due to libvosk.dll not providing their own .lib file. After reading this stackoverflow question, I tried iterating over the machine and name of the dll. This is a twofold problem, A) Make sure the lib file was generated with the proper machine. B) Make sure you DO NOT change the dll names. Hope this helps others down the road.