🎉 We're happy to announce new public releases! ðŸŽ‰

  • SWAT v1.1r1 - Software tracing solution now supporting more architectures and operating systems - see SWAT Release Notes.
  • TriCore v6.2r2 Inspector v1.0r8 - An automated method for identifying toolset issues in compiled output code.
  • VX-toolset for Arm - v8.0r1 - A certified compiler toolset for safety-critical embedded software development on Arm cores.
Contact us to get access!

CMake: No index file

04-Dec-2025

winIDEA relies on CMake's File API to obtain information about the project beyond the required CMake Presets file and will show a "No index file" error when it doesn't receive the expected reply from the API. 

The Configure and Build Presets have likely been correctly defined, but a successful Generate step has not yet been run in the current binary directory. 


Possible solutions

You can perform the following from the CMake Toolbar:

  • Reload the presets via the Reload CMake Presets button.
  • Generate the project via the Generate button.


More resources in winIDEA Help

Was this answer helpful?