AudioAppComponent file not found, regardless of relative or specific path

AudioAppComponent not found. I went and manually found the file, but neither the direct path or a relative path will work to get MainComponent.cpp to actually find it. I’m honestly at a bit of a loss for what to do, and I would love some help.

Edit: All of the includes in JuceHeader.h are experiencing the same issue when I try to compile. In my IDE it appears to be fine.

Thanks!

Have you added the juce_audio_utils module to your project in the Projucer and re-saved?

I tried that, then removed all of them and tried it again. It appears to be working now. Thanks.