SQLite3UE4
SQLite3UE4 copied to clipboard
Simple Fix for 4.8
In SQLite.h you need to add #include "sqlite3.h" or the project won't build.
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "Engine.h"
#include "sqlite3.h"
It has been fixed in my repo https://github.com/KhArtNJava/SQLite3UE4 with commit https://github.com/KhArtNJava/SQLite3UE4/commit/7bf8703eeafd036aaf3ea6dcfd542a6d705443bc ...
Hello.
New fixes in my fork https://github.com/KhArtNJava/SQLite3UE4 :
- Fixed crash in packaged project (Found and fixed bug - Yep, I did it!!!).
- A lot of new BPs.