I am using (just starting) to use the Qt Visual Studio Add-in as described here: http://www.bogotobogo.com/Qt/Qt5_Visual_Studio_Add_in.php but then I don't seem to have a Qt .pro file. I believe the Visual Studio project and solution files do that job. In the "Getting Started" QCustomPlot tutorial it says I need to add printsupport like this: QT += widgets printsupport. Without doing it I get 5 errors saying "Cannot open include file" 'QtPrintSupport": No such file or directory. How do I do that under Visual Studio? Thanks, Dave