Possible Duplicate:
Visual studio keeps building everything
I have a project that includes an idl file that generates a .c file that is included in another file of the same project.
I build this project and all is fine, I then try to run the project and I am told the project is out of date and would I like to build it. If I select yes to build it the idl is compiled again.
Is there any way of stopping this without setting the VS project setting to never prompt me for a build?