Building Project from Source: Compiler can't find headers, but Visual Studio can

Hi,

I am trying to rebuild a project from source. The project uses a handful of plugins, and was created on a Linux machine (I am trying to build it on a windows computer). When I try to rebuild the project, the compiler states that it can’t find the headers of a plugin. However, VS can find the headers. I am suspecting that something is wrong with my VS configuration or environment, but I don’t know what.

Thanks.

For future reference, my problem was that after first opening the project in VS I hit compile before VS could finish its search for headers. I didn’t figure out how to restart the search, so I generated the project files again, open them in VS code, waited for a minute and then compiled.