How to use SoundVisualizations plugin in C++?

I’m trying to use the SoundVisualizations plugin but how can I access the functions in code?

I have enabled the plugin in my project and I’m able to create the functions (GetAmplitude() etc) within Blueprints but I can’t access them in my c++.

i.e.
#include “SoundVisualizations.h” doesn’t work.

How can i do this? - Thanks

were you able to get an answer for this? I’m having the same issue.