Here is the way to Integrate SQLite Database with Visual C++ or Visual studio for win32 console application. I hope you find this helpful!!!!
- Create a new C++ Win32 Console application.
- Download the native SQLite DLL from:http://www.sqlite.org/2014/sqlite-dll-win32-x86-3080704.zip.
- Unzip the DLL and DEF files.
- Place .DEF file into project’s source folder.
- Place sqlite3.dll in a System32 Folder.


