<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:8pt"><div>I have a class that I wrote which inherits from QQuickItem.</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">In Qt Creator 3.0.1, i<span style="background-color: transparent;">t doesn't recognize my </span><span style="background-color: transparent; font-size: 8pt; font-family: 'Courier New'; white-space: pre-wrap; color: rgb(0, 0, 128);">#include</span><span style="background-color: transparent; font-size: 8pt; font-family: 'Courier New'; white-space: pre-wrap; color: rgb(192, 192, 192);"> </span><span style="background-color: transparent; font-size: 8pt; font-family: 'Courier New'; white-space: pre-wrap; color: rgb(0,
 128, 0);"><QQuickItem> </span><span style="background-color: transparent; font-size: 8pt;">anymore.  </span><span style="font-size: 8pt; background-color: transparent;">It underlines this code in a gold-colored squiggly, and results in "No such file or directory or file." when I hover my cursor over it.</span></div><div style="color: rgb(0, 128, 0); font-size: 11px; font-family: 'Courier New'; background-color: transparent; font-style: normal;"><span style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"><br></span></div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><span style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;">Also, it underlines the following in
 red,as if it doesn't recognize it:</span></div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><span style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"><br></span></div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><span style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"> </span><span style="font-family: 'Courier New'; white-space: pre-wrap; font-size: 8pt;">QML_DECLARE_TYPE</span><span style="font-family: 'Courier New'; white-space: pre-wrap; font-size: 8pt;">(</span><span style="font-family: 'Courier New';
 white-space: pre-wrap; font-size: 8pt;">ParameterItem</span><span style="font-family: 'Courier New'; white-space: pre-wrap; font-size: 8pt;">)</span></div>
<div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">What is going on with this basic behavior being broken?</div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">I am able to use my custom type in my QML via qmlRegisterType(), as usual.  But the fact that it's not
 recognized by QtCreator has me worried that there might be a bigger problem.  This is basic stuff.</div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">- VStevenP</div><div style="color: rgb(0, 0, 0); font-size: 11px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div>
</div></body></html>