Namespaces (cannot resolve symbol) appear red in Rider, but code compile fine

Hi,

using Rider, I have the following namespaces not found :

using UnityEngine.EventSystems;
using UnityEngine.InputSystem;

But oddly enough everything compiles fine, but rider show them red as an error which is irritating.

Is there a way to fix that ?

Thanks

Does restarting Rider fix it?

If not, I would close Unity and Rider and delete all .csproj and .sln files in the project root folder and try again.

Thanks for the suggestion.

Just did that, killed unity and rider, deleted the csproj and sln, restarted but still no luck…

I’m on Mac now, I’ll check how it looks on my Windows machine at home.