Still working through the book. In chapter 7, there is an exercise where you create an audio player. it says that you need to have the juce_audio_utils" module. This module was not in the set that I had, but I seen the button in Introjucer to download and add a module. So, I downloaded it from there.
Created my media player app in Introjucer saved and opened it up in VS2013.
When I got to a point where I wanted to start to compile something and see some progress I started getting errors dealing with the juce_audio_utils module.
The error were basicly saying that someFun is not a member of some class. I've attached a screen shot of the errors.
Also, when I opened up one of the files, inside the IDE I got a TON of follow up errors. Basically it seemed as though the audio_utils module didn't seem to know where the juce.h file was. That is just a guess.
Any assistance is greatly appreciated!!
Rick