Source validation with modules in Visual Studio

Hi, since moving over to modules all the source validation is basically broken in Visual Studio, e.g.:

image

Anybody have a solution to this?

thx

Also appears auto complete isn’t working either.

Is there something I can do to rescan all header file dependencies and content as I’m guessing this is the problem.

We found that the juce modules work OK since we made sure all the headers contain the namespace, so it might just be as simple as doing that.

Hi can you clarify? I think I’m doing that…

Well, have a look at any juce header file, and follow that pattern!