Skip to main content
Last updated on Dec 22, 2025
  • Visual Studio IDE:
    • In Visual Studio, click Extensions > Incredibuild > Rebuild Solution.
    • Run a build twice. The first build populates the Build Cache, the second build demonstrates the acceleration you will see when a build is already in the cache.
  • Visual Studio CMD:
    • Instead of the MSBuild command, use the Incredibuild BuildConsole command:
      For example:
    • Run the build twice. The first build populates the Build Cache, the second build demonstrates the acceleration when a build is already in the cache.
  • Make/Ninja:
    • Instead of make or ninja, use the Incredibuild BuildConsole command:
      For example:
    • Run the build twice. The first build populates the Build Cache, the second build demonstrates the acceleration when a build is already in the cache.
  • Other:
Note:Build Cache uses /Z7 rather than the default /Zi.