In the past I have sometimes had the following warning:
warning #1066: Found '/*' inside comment
If I remember right, all these projects have been BIG projects and I was not able to break it down to a simple case. Now I have the same error and I would like to explore if this is a bug.
I have appended a project 'sqlitelib.ppj' (work in progress). Please look in 'sqlite3.h' line 3974
If you delete the #pragma you get warning #1066 and the following function declarations
'SQLITE_API int sqlite3_create_function()' etc. are not found anymore.
With the #pragma it seems ok!