MSBuild fails to compile WPF with: error MC2000: Unkown build error '…' does not have an implementation
My initial solution in this post was WRONG, it just changed the compile order of our build which made the error occur later after other issues were resolved. I’ve updated the post accordingly. I’…