This question is a derivative of this one: Creating XNA AudioEngine on windows game project
I am working from the same book, and have the same problem as the original question. The solution provided by Andrew doesn't work as doesn't exist as well.
I am unable to use AudioEngine
class in my project. I have tried adding this using statement:
using Microsoft.Xna.Framework.Xact;
I'm not sure what to do.