I'm using XACT for an XNA Game I'm working on, and am getting a KeyNotFoundException at compile time. I do not reference the file at all at this point.
Error 1 Building content threw KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildXactCoordinator.CheckDependencies()
at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildXactCoordinator.Build(String xapPath, String xapName)
at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildXact.Execute()