I\'m trying to compile and run a C code that is using libsndfile library for sound files processing.
libsndfile
I have added the header file using this path:
I had a similar issue and the problem was mixing a x64 lib and a win32 project.