Visual Studio 2022, why include doesn't include libraries?

i’m actually on macOS with a VM on Win 11, cause in macOS and xcode my project do a completely different error that i can’t solve, so i’m trying this way.

My problem is that my include don’t work on VS and i can’t see the autocompletition whatsoever.
I’m using Visual Studio 2022 community, programming in c++ with juce as framework.

It does compile and execute a blank juce project, but it give me error in writing.

Sorry but i’m fairly new to VS (non code) and c++ so it might be an easy question.

I tried different versions of VS and even a blank juce project to test, but nothing new.

Unfortunately, in Visual Studio 2022, Intellisense still fails to process certain files correctly (code coloring and autocompletion).

However when the code is compiled, the includes are processed correctly so there is probably an error in your code.

Ah, ok, so is normal, thanks