I cannot add any Sliders to my project

Hey everyone,

Just started using JUCE and I cannot add an GUI to the PluginEditor.h file.
The JuceHeader.h file is recognized.
I use Visual Studio Code Community 2019.

Here is a screenshot of the project

Use juce prefix (i.e. juce::Slider) instead?

It fixed it thank you.