FMOD Studio Listener Component not found

I’ve downgraded an Fmod unity integration version from the latest (2.01.05) to 2.00.10, and now I cannot access nor add Studio Listener to my components even though I have the script intact in the plugin file. I’ve tryed reimporting the package after manually wiping every Fmod file from the project and the error still persists… Help!
The message which appears in the console is:

[FMOD] Please add an ‘FMOD Studio Listener’ component to your a camera in the scene for correct 3D positioning of sounds.
UnityEngine.Debug:LogWarning(Object)
FMODUnity.RuntimeManager:Update() (at Assets/Plugins/FMOD/src/Runtime/RuntimeManager.cs:389)

I’m not sure why that would be happening but I would expect to see some sort of error or warning about it in the Editor log file. Are you able to use the other FMOD components at all?