Fatal Error C1853

'filename' is not a precompiled header file created with this compiler

The given precompiled header is not compatible with this version of the compiler.

Recompile the program or the header with the same version of the compiler.

This error can be caused by using a precompiled C++ file with C code.