I have a project A depending on project B. Project A has some pre-build tasks that is dependent of some generated files from project B. When I build in Visual Studio, no probl
this is rather old issue but I've found this simple solution (it may apply for you too) Just add
ResolveReferences
before
Unfortunately this must be done in editor, VS editor does not support it (at version 15.6.2).