How to not waste time on stupid compiler errors.
Error 7 error LNK2019: unresolved external symbol _sqlite3_open referenced in function..
So what I learned was to solve the LNK2019 error I had to import the sqlite3.lib file in the Linker > Input > Additional Dependencies.
Boy I felt stupid.









