Dependancy errors with Qt in VS follow upgrade to Windows 11
-
Hello Everyone,
I've been experiencing a weird issue following an upgrade to Windows 11. I've been using Qt with the Qt Extension in VS to work on a project and it's been working great right up until I recently upgraded to Windows 11. Following the upgrade opening the project in VS has resulted in thousands of red squiggly's of doom that are all a result of VS failing to locate the includes necessary for Qt.
At first I failed to believe that it was possible for an OS upgrade to affect a project so I attempted to wipe it and pull a clean version from my github repo. Then I encountered the same issue. I then added some custom paths to where I believe the dependencies were located and while it correct some of the errors, it did not correct them all. Further testing appears to show that the delineating factor here is the OS. I was able to rebuild the project and it works fine in Windows 11 now however, the opposite issue is occurring. Anyone pulling the most recent commits since the rebuild are unable to build on Windows 10.
Has anyone encountered an issue like this, know why it is happening and what I might be able to do to correct it?
I hope I've posted this in the right place!
Thanks.