QT VS Tools and a header file
-
I added the QCustomPlot files (qcustomplot.h and .cpp) to my VS2022 project.
VS tools doesn't appear to be running moc against qcustomplot.h and when I right-click the file the moc section of the properties isn't shown:

For comparison the properties for another header are shown like:

Have I missed something obvious that I needed to do to get VS tools to recognise that it needs to run moc against this file?
Thanks
David -
P Perdrix has marked this topic as solved