I created this as an (unmanaged) win32 console app.
The source code for the sqlite library was http://sqlite.org/sqlite-dll-win32-x86-3070900.zip.
Unpack this file into the source directory.  (Right click on the tab in Visual C++ and select open containing folder to find this.)
This will give you two files, sqlite3.def and sqlite3.dll.
Add the sqlite3.dll and sqlite3.def files to the project. (Right click on the project name and select Add/Existing Item...)
Create sqlite3.lib with the command lib /def:sqlite3.def
Download and unpack the header file from http://sqlist.org/sqlite-amalgamation-3070900.zip

