Error CS0234

Hi. I just imported the FMOD package into my first instantiation of Unity, and am getting this error: CS0234

“Assets/Plugins/FMOD/src/Editor/EventManager.cs(6,19): error CS0234: The type or namespace name ‘Build’ does not exist in the namespace `UnityEditor’. Are you missing an assembly reference?”

There are many others like this as well.

Also, I am unable to see the FMOD tab in the Unity window, which I think I am supposed to be able to.

Any help is greatly appreciated.

Thanks

Which version of Unity and FMOD? From my experience this happens when you’ve other compilation errors in the project, check the console and fix them first.