始终重建整个解决方案(Visual Studio 2015 使用 IncrediBuild 7.31)

Entire solution is always rebuild (Visual Studio 2015 using IncrediBuild 7.31)

在 Visual Studio 2015 年使用 IncrediBuild 7.31 编译特定解决方案时,它始终坚持重建整个解决方案,即使没有文件发生更改。我只在特定(较旧的)分支上看到解决方案的这种行为。

我使用了VS2010 always thinks project is out of date but nothing has changed答案中的设置:"Tools->Options->Projects and Solutions->Build and Run->MSBuild project build output verbosity":诊断。这给了我这样的输出:

1>Project not up to date because the following 36 build inputs were missing:
1> up to date is missing: 'C:\PROGRAM FILES (X86)\XOREAX\INCREDIBUILD\MODULECACHE0C7AC8\C1.DLL'
1> up to date is missing: 'C:\PROGRAM FILES (X86)\XOREAX\INCREDIBUILD\MODULECACHE0C7AC8\C1XX.DLL'
1> up to date is missing: 'C:\PROGRAM FILES (X86)\XOREAX\INCREDIBUILD\MODULECACHE0C7AC8\C2.DLL'
1> up to date is missing: 'C:\PROGRAM FILES (X86)\XOREAX\INCREDIBUILD\MODULECACHEB0E5AC8\C1.DLL'

有谁知道我怎样才能避免编译器认为 "Project not up to date"?

删除 /Bv 标志解决了我的问题。 (原来我的一个同事在较新的分支修复了它。)

我认为这是 IncrediBuild 中的一个错误。