How do I use Qt in Visual Studio Code?
You should give a chance for this extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools With this, you can configure include paths for better IntelliSense results. Configuring includePath One way to configure e.g the QtCore module. Ctrl + Shift + p to open command palette Search for: C/Cpp: Edit Configurations You should have a new tab called: c_cpp_properties.json In configurations array … Read more