Error with sqlite

  • Thread starter Thread starter Jav1h3r
  • Start date Start date
J

Jav1h3r

Guest
Hello, I am new to programming, I need to make an application with a database, as it is to write the code
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <sqlite / sqlite3.h>

I get the error
Error (active) E1696 Unable to open source file (error code "sqlite / sqlite3.h").
and also
Error C1083 Unable to open file include: 'sqlite / sqlite3.h': No such file or directory
I don't know what to do, I appreciate your help.
I already installed sqlite extensions in visual studio.
my version of visual studio is Microsoft Visual Studio Community 2019
Version 16.6.3
in windows 10.

I installed the extension SQLite for universal windows platform and sqlite/sql server compact toolbox



Thank you.

Continue reading...
 
Back
Top