2 years ago
#75374
Redouane Saidi
Qt Library not detected by my .Cpp code in Visual Studio Code
I'm using vcpkg to install C/C++ libraries, in my code I need GSL and Qt libraries, when I included them in the properties.json the GSL works fine but Qt cannot be found and therefore cannot run my code.
Problem messages:
"#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (F:\Shared\BLDC_Simulation\GitHub\OpenBLDC\C\open-bldc-csim-master\src\main.cpp)."
"cannot open source file "QtCore""
c++
qt
visual-studio-code
vcpkg
0 Answers
Your Answer