i just types that fatal error: drogon/drogon.h: No such file or directory
1 | #include <drogon/drogon.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
even though trough cmakelists main does have Drogon connected to it
add_executable(server
main.cc
fetching.cc
index.cc)
target_link_libraries(server PRIVATE Drogon::Drogon)
File in which vscode cant find drogon is main.cc
What is even more confusing to me, is that the same setup works fine in visual studio, but not vs code