Trying to get Quartz in a C++ class creating linker errors.

Have you included the AudioMixer module in you build file?
It’s the module required for quartz to work

PublicDependencyModuleNames.AddRange(new string[] {  ... "AudioMixer" })

The staff also tackled a problem with quartz not long ago it might help