I'm writing a language service for my company's scripting language. We use a makefile project for our game, which includes the script files. When opening this makefile project, I'm getting a bunch of exceptions:
A first chance exception of type 'System.InvalidOperationException' occurred in Microsoft.VisualStudio.Project.VisualC.VCProjectEngine.dll Additional information: Cannot query for a file configuration tool for an MakeFile project.
While there doesn't seem to be any issue this is causing, it is somewhat annoying to see them all. Is there any way to prevent them from happening?