header file not found and jump to header file does not work in vscode
Observed behavior
In vscode ccls output, header file not found. And the ctrl+click to go to header file does not work.
the header file path is already in the include path in compile_commands.json
{ "directory": "D:/soc0/ipu1_1/cApp1/Output", "command": "D:\soc0\ipu1_1\cApp1..\..\..\..\..\Tools\build_tool\compiler\ti-cgt-arm_5.2.9\bin\armcl.exe --compile_only D:\soc0\ipu1_1\cApp1\BSW\AUTOSAR\Can_30_Mcan\Can_30_Mcan.c -DBRS_COMP_TI -DBRS_CPU_CORE_CORTEX_M4 -DBRS_DERIVATIVE_TDA3X -DBRS_EVA_BOARD_ -DBRS_INSTRUCTION_SET_THUMB -DBRS_OS_USECASE_OSGEN7 -DBRS_PLATFORM_ARM -DBRS_PROGRAM_CODE_LOCATION_RAM -DBRS_TIMEBASE_CLOCK=106 -DBRS_VECTOR_TABLE_LOCATION_RAM -DBUILD_IPU1 -DBUILD_IPU1_1 -DBUILD_M4 -DTDA3XX_BUILD -ID:\soc0\ipu1_1\cApp1..\..\..\..\..\Tools\build_tool\compiler\ti-cgt-arm_5.2.9\include -I..\BSW\AUTOSAR\AUTOSAR_Callouts -I..\BSW\AUTOSAR\BswM -I..\BSW\AUTOSAR\Can_30_Mcan -I..\BSW\AUTOSAR\CanIf -I..\BSW\AUTOSAR\CanNm -I..\BSW\AUTOSAR\CanSM -I..\BSW\AUTOSAR\CanTp -I..\BSW\AUTOSAR\CanTrcv_30_Tja1043 -I..\BSW\AUTOSAR\Com -I..\BSW\AUTOSAR\ComM -I..\BSW\AUTOSAR\Common -I..\BSW\AUTOSAR\Crc -I..\BSW\AUTOSAR\CryIf -I..\BSW\AUTOSAR\Crypto_30_LibCv -I..\BSW\AUTOSAR\Csm -I..\BSW\AUTOSAR\Dbg -I..\BSW\AUTOSAR\Dcm -I..\BSW\AUTOSAR\Dem -I..\BSW\AUTOSAR\Det -I..\BSW\AUTOSAR\Dlt -I..\BSW\AUTOSAR\DoIP -I..\BSW\AUTOSAR\E2E -I..\BSW\AUTOSAR\E2EXf -I..\BSW\AUTOSAR\EcuM -I..\BSW\AUTOSAR\EthIf -I..\BSW\AUTOSAR\EthSM -I..\BSW\AUTOSAR\EthTrcv_30_88Q1010 -I..\BSW\AUTOSAR\EthTSyn -I..\BSW\AUTOSAR\Etm -I..\BSW\AUTOSAR\Fee -I..\BSW\AUTOSAR\FiM -I..\BSW\AUTOSAR\Fls_30_vMemAccM -I..\BSW\AUTOSAR\TI_Mcal_Tdaxxx\EthTrcv\generated\include -qq -pdsw225 --endian=little -mv7M4 --silicon_version=7M4 --abi=eabi --symdebug:dwarf -D_DEBUG_=1 --opt_level=off -ms --display_error_number --fp_mode=strict --embed_inline_assembly --opt_level=off --output_file=BSW\AUTOSAR\CMakeFiles\AUTOSAR.dir\Can_30_Mcan\Can_30_Mcan.c.obj", "file": "D:/soc0/ipu1_1/cApp1/BSW/AUTOSAR/Can_30_Mcan/Can_30_Mcan.c" },
Expected behavior
No file not found error in vscode output and ctrl+click works for a header file