Hi,
I found a problem with the IntelliSens which occurs when using Advanced CMake projects with the Semihosting and Profiler Framework. In this case the IntelliSens cannot find precompiled headers (for example the standard lib (#include <cstdint>,…) or Embedded Static Libraries in the same project). If I comment the line “set(_forced_includes “${CMAKE_CURRENT_LIST_DIR}/ProfilerFreeRTOSHooks.h”)” (line 109) in the framework.cmake file of the semihosting framework everything is fine.
I could easily reproduce the problem on a new project on my system. Can you reproduce this scenario too?
Thanks,
Elias