Issue: SQLite3 Database Plugin for Unreal Engine 4

I had download SQLite3UE4-master.zip file (https://github.com/Jusas/SQLite3UE4/archive/master.zip).

from github (GitHub - Jusas/SQLite3UE4: SQLite3 Database Plugin for Unreal Engine 4)

After extracting it. I tried to launch SQLite.uproject.

And found:

52724-1st_msg.jpg

Press ‘Yes’

It goes to start building project.

52725-2nd.jpg

After that comes Error

52726-3rd_msg.jpg

If I launch project again below message pop-up and asking to rebuild.

52727-4th.jpg

But “SQLite3UE4-master\Plugins\SQLite3UE4Plugin\Binaries\Win64” contains two files

My Unreal Engine Version : 4.8.2

My Visual Studio Version:12.0.30501.00 Update2

I am stuck here since 3 days.
Kindly Help me out of it.

Hi, maybe you not need it now but probably it can be solved if you:

  1. Remove plugin;
  2. Open project;
  3. Create some c++ class;
  4. Open class from UE4 in VS2013;
  5. Return plugin to “YourProject/Plugins/”;
  6. In VS2013 click rebuild project;

If it available to create VS project files you can skip (2) and (3)

We hope this plugin can help you.

HiSQLite3 (SQLite3 For UE4)