VS 2022 can't find Qt headers. Using VS plugin
-
I just installed Qt on VS2022 with the plugin for an old project. I cannot get it to find any headers. Default setup doesn't work. I have added my installed Qt versions to the plugin. I have manually added Additional Qt Header Search Paths. I have tried Additional include directories under the normal project settings. Nothing works.
-
@primem0ver said in VS 2022 can't find Qt headers. Using VS plugin:
I have added my installed Qt versions to the plugin.
Let's do a sanity check first: Select "Create a new project" > "Qt Widgets Application". After entering a project name, you should get a dialog that says "Welcome to the Qt Widgets Application Wizard", and the wizard should let you select a "Qt Version".
Are you able to see your installed Qt versions in the list?
I have manually added Additional Qt Header Search Paths. I have tried Additional include directories under the normal project settings.
These should not be manually set.