Build errors with latest VS Tools
-
AFAIK I changed nothing to do with my projects and now I'm getting errors like:
5>C:\Users\amonra\Documents\GitHub\DSS\DeepSkyStackerCL\progressconsole.h(2,10): error C1083: Cannot open include file: 'DSSProgress.h': No such file or directory
5>(compiling source file '/GeneratedFiles/moc_progressconsole.cpp')
5>C:\Users\amonra\Documents\GitHub\DSS\DeepSkyStackerCL\DeepSkyStackerCL.h(2,10): error C1083: Cannot open include file: 'dssbase.h': No such file or directory
5>(compiling source file '/GeneratedFiles/moc_DeepSkyStackerCL.cpp')The files are present in the directory ../DeepSkyStackerKernel directory which is specified in "Additional Include Directories".
Did QT VS Tools get quietly updated (and broken) last night???
My last successful build was around 11:40am yesterday and I pushed the changes at that time. Git shows I have made NO CHANGES since then
This looks like QTVSADDINBUG-1241
How can I roll VS tools back to 3.2
David
-