Is it right about using built-in SQLite plugins together with compiled sqlite in a project?

Is it right about using built-in SQLite plugins together with compiled sqlite in a project?

When i use built-in SQLite plugins (SQLite[SQLite Database];SQLite Support[SQLite Database Support]) together with compiled sqlite in a project, my project packaged failed and the errors show:

image

However, i use one or another individually, packaged completed. And use sqlite you can refer to this paper: UE4中使用Sqlite数据库操作步骤_满城花絮-CSDN博客_ue4 数据库

Where is my fault?