Can I disable precompile header for .c files in my C++ project?
I'm getting these errors when I want to add the .C files to my program for a scripting virtual/abstract machine which is in C:
Error 1 error C1853: 'Release\pluginsa.pch' precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa) Z:\Profile\Rafal\Desktop\samod\source\amx\amx.c 1 1 pluginsa
All other stuff is C++ and uses my precompiled header.