When I input #include <sqlite3.h>
to visual studio c++ it says cannot open source file. What am I doing wrong?
Asked
Active
Viewed 457 times
0
-
Which #include? Have you set the include path? – doctorlove Jan 25 '17 at 11:21
-
oh sorry #include
– Tom Jan 25 '17 at 11:32 -
Have you told visual studio where this is on your hard drive? You need to add additional include paths – doctorlove Jan 25 '17 at 13:27