LNK2019 XAudio2Create - unresolved symbol
See the question and my original answer on StackOverflowXAudio2Create is not COM, it's a standard DLL export, so you do need to link with Xaudio2.lib. This library is available in %Program Files%\Windows Kits\8.0\Lib\win8\um (installed with the Windows 8 SDK).