So, this question is maybe a duplicate of Why does QT not recognize my header file? cannot open include file No such file or directory, but it never got any decent answers. Please go easy on me as I'm not a software engineer.
I have this very complex program written on Kubuntu Qt several years ago. I'm trying to port it over to Windows (I'll skip the details on why), but I keep getting these
C1083 "cannot open include file ... no such file"
errors saying that some of my headers don't exist. I compiled it recently in Linux to make sure that I'm not crazy, but it still throws plenty of errors in Windows.
This program has a lot of forward declarations by nature. Are there some precedence differences between gcc and the msvc2012 compilers? Is there some program that will follow the order of the includes and let me know where it's getting stuck?