Yes. You need to compile any C objects without /CLR, since the clr only understands classes and objects.
You can still use them from your C++/CLI project, wrapped inside of your "ref class" objects. This is a normal way of wrapping a C api in .NET objects.