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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -