When I started Visual Studio today, I got a message that there was an update. It turned out to be SQLite, and I updated it.
Now, though, I can’t compile my app, because I get the msg, “Could not find SDK “SQLite.WinRT, Version=3.7.14.1”.“
-and the Warning:
The referenced component ‘SQLite for Windows Runtime’ could not be found.
The SQLite for Windows Runtime Reference is now “decorated” with a yellow yield sign (icon/glyph). So what need I do – that claims to be version 3.7.14.1, so I don’t know who or what is looking for a different version of SQLite… ?
Removing the old reference and re-adding it should do the trick.