I have a project with several MIDL files, which VS ALWAYS recompiles despite them being unchanged. I've tried several tips, including putting the project dir in include path etc. but nothing helps. Problem is that there are header files generated that then affect the recompilation of other "sub-projects", incurring an unneccesary rebuild of components.
Any workaround for this ? I even tried using a Custom Build Tool (with midl.exe), and this normally works for other types of issues, but using midl.exe exhibits the same exact behaviour, i.e the MIDL always being recompiled.
Kind of frustrating...