c++ - IDL generated header file not found before compile -


i have multiple vc++ 2013 projects have idl files output generated header files shared directory (not project directory). of time, things build fine, enough ruin day, compilation fails because header not found. if open file referencing header, , go def - header there. , performing second build works fine. usually, performing rebuild works too, again, fails.

so, obviously, between midl compiler , c++ compiler stages of build, there isn't enough time finish writing out header file output directory.

is there can this?

i did try output header local project directory , adding generated items project filter, , xcopy output dir, sucks because there's stuff being made nothing , have change on 100 projects this.

note: problem happens within same project idl lives in it's not parallel compilation or project dependencies causing issue.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -