OK, this one is a puzzler...
I'm compiling a program using qt with a few other libraries. Getting down to the end, I get the error "Cannot open..." The include files that it cannot open are .moc files generated by the qt compiler. I've researched the problems per usual (internet) but all the suggestions fail to yield any better results. So, I thought that I'd try this forum, as I am compiling on MSVC 2010.
By the way, the files are built and residing in an include directory that is INCLUDED w/ the "Additional include directories" on the property pages for the C/C++ compiler. All virus/malware scanning apps are turned off, and I am running MSVC as administrator (from an administrator's account - my own).
Any Thoughts ???
Mitch
OH, one more thing... building the similar code on my laptop (win8 Pro w/ msvc 2010) stops earlier with a link error. This one is because the "unresolved externals" in QVTKWidgetPlugin.dll (yes again with the qt system but how it relates to the VTK library). AND, a very similar build (earlier versions of VTK and ITK) runs correctly ALL the way through on this very machine. Hence the "puzzled" opening.