CMake project -> VS project: JuceHeader.h include search path not taken over?

That header isn’t generated until build time, so you may need to actually run the build before trying to jump to the header. If that still doesn’t work, that might indicate a bug in JUCE’s CMake support.

2 Likes