Error opening/reading SQLite Database .db file - I/O Disk Error - UE 5.1

Hey,

The solution was quite simple in fact, the code was not searching in the right place…
In the blueprint code, I used the Game Source Dir node that return the source folder, however, the DB file was in the Content/Database directory…

I replaced it with the Project Content Dir node to fix it :
image