Could not find the SDK

Hello All,
I’m having problem installing the SDK for AXCF2152. I get the following error.
„Could not find the SDK 'C:\SDKs\axcf2152\2024.6'. This SDK cannot be used, please remove the SDK from the settings.“
I have tried SDK for Windows (64-bit) 2024.6 and SDK for Windows (64-bit) 2024.0
what am I doing wrong?
Here is the command that i use to run the SDK file.
plcncli install sdk -p „c:\users\xxx\downloads\axcf2152-mingw_sdk-2024.0.0_LTS-
24.0.0.102.tar.xz“ -d c:\sdk\axcf2152\2024.0
plcncli install sdk -p „c:\users\xxx\downloads\axcf2152-mingw_sdk-2024.6.0-24.6.0.81.tar.xz“
-d c:\sdk\axcf2152\2024.0

Regards,
EnriqueM

It looks like there was an SDK registered with the CLI at this location:
C:\SDKs\axcf2152\2024.6\
… but for some reason there’s no SDK at that location any more.
Please remove the reference to the SDK at that location using this command:

plcncli set setting SdkPaths C:\SDKs\axcf2152\2024.6 --remove

… and then try installing the SDK(s) again at whatever location you want.

Thanks. I was able to get to install.

Regards,
EnriqueM