module is not installed error when module is installed
Unsolved
QML and Qt Quick
-
I'm trying to run a QML form that uses QtQuick3D but the compiler keeps blocking me on the call
import QtQuick3D
saying "module "QtQuick3D" is not installed", even though it is installed (I checked withe maintenance tool). QtQuick3D module loads fine if I try one of the code examples that includes it but not in my project. I'm using the same QT version as the example code, don't see anything in the cmakelists file I am missing, I can't figure out why it says it isn't installed when it is. Any common reason why it would say the module isn't installed?