I used JetBrains Rider to create an SQLite database (14 tables and 6 views). Rider was more user friendly than Visual Studio 2017. I went back to Visual Studio for the c# programing part. The "SQLite-SQL Server Compact Toolbox" was able to connect to the DB but there were some error messages. For example when I wanted to "Edit top 200 rows" of a table there was an error but the select * worked. More importantly, when I wanted to add ADO object (to use Entity framework) there was an error again.
When I created some tables in VS there was no such problem. So I wonder where can be the problem?