Compiling Studio API in C

I am trying to use FMOD Studio for a game project at my school where we are required to use only C for the engine. When I include the header files, everything compiles fine using a C++ compiler (in Visual Studio), but when I try to use the C compiler I get syntax errors in fmod_common.h, fmod_dsp.h, and fmod.h. Is there something that I’m missing, or is this a known issue? This is my first time using FMOD, so it’s entirely possible that I’m simply being clueless. Any help would be very much appreciated!

Thanks,
Andrea Ellinger

We haven’t done a full sanity check of the low level C API that comes with FMOD Studio as yet, this will most likely occur when we do the C API for the Studio runtime.