.mm files in Windows projects?

It sure would be nice if the JUCE .mm files appeared in the Windows projects (marked “Exclude from Build” of course). This way when I run a “find in files” from Visual Studio I can find code.

Case in point, I didn’t realize that the Mac version also used LookAndFeel::createGraphicsContext() because my Visual Studio wasn’t finding the .mm files (since they aren’t in the project).