SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
896 stars 155 forks source link

Project does not work in VS2022 #227

Closed MichaelFinance closed 1 year ago

MichaelFinance commented 1 year ago

I added ../hdr/ path into C++ project properties: C++->General->Additional Include Directories.

It did not work.

how can I solve this problem?

aminroosta commented 1 year ago

Google it.

flaviu22 commented 3 months ago

I added ../hdr/ path into C++ project properties: C++->General->Additional Include Directories.

It did not work.

how can I solve this problem?

Did you solve the issue?