This looks like this works for me this:
Code:
#include "sqlx"
#pragma defclasslib sqlite sqlite
What it matters is to use a different class name for the first param. You could use anything except "sqlx".
When you use "defclasslib", it's basically saved in a list and amxx will try to load module named with second param, here "sqlite".
__________________