I am working on a project VS2015 x64 unmanaged cpp I added sqlite3.c, sqlite3.h to the project and build. I get this message.
sqlite Error C1853 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)
I have read about this and have tried everything I have seen but always the same error. I changed the project to Not using pre compiled headers - same error and the pch gets regenerated. I even unloaded and reloaded the project. I tried to single out the sqlite3.c file and change the properties there but again - same error. Between each try I clean the project and rebuild. I am my wits end and have been playing with this for 90 minutes.
Suggestions?