How to configure Visual Studio to recognize Qt source?
-
How i could configure
Visual Studio 2022
to stop threatening the files of the Qt source as "Miscellaneous Files"?The color scheme is not working, only few things are getting colored.
Example:
Following MSFT documentation Configure a C++ project for IntelliSense i tried adding the source path to the project settings as:
But it still not coloring things correctly.
I also tried deleting the .vs folder, the project files on x64/temp folders, recompile, restart.
If i drag the
qheaderview.cpp
file into theSolution Explorer
then the color schema start working but it spams a lot of errors everywhere.I dont understand why, but this issue only happen with .cpp files, all .h files relative to the Qt source are not threated as "Miscellaneous Files" when open on VS.
I'm trying just to get Intellisense to set the colors properly and not to it detect code syntax or debug values.
-
C Christian Ehrlicher moved this topic from General and Desktop