Hello,
when including "sqlite3.c" into my project, I get lots of compiler errors:
error C2027: use of undefined type "_ht" d:\...\sqlite3.c line 19556
...
fatal error C1003: Errors in the program are too numerous to allow recovery. The compiler must terminate.
When inlcuding "sqlite3.c" into an empty test project, I have no problems. I already compared project settings and there are no big differences.
How can I troubleshoot this problem? Is there anyone who had the same issue?
Thanks,
mspoerr