Relative Content

Tag Archive for c++windowssqlitesocketsvisual-studio-code

I cannot use sqlite3 on visual studio code for a C++ project

I’m trying to use SQLite3 for a project in C++ in Windows. I have already installed sqlite3.h, sqlite3.c, sqlite3.def, sqlite3.dll and sqlite3.exe and imported into my project’ folder.
enter image description here
However, I still have the same problem as before, which is like this:
enter image description here