I encountered an error when creating a VisualStudio project(PLCnext)

I encountered an error when creating a VisualStudio project(PLCnext). On Win10, I installed PLCnCLI first, then installed the SDK toolchain, then installed the VisualStudio2019 community edition, then installed the VisualStudio plug-in of PLCnext(PlcNextVSExtension.vsix), and then created the VisualStudio project(PLCnext). After clicking the create button, the following error occurred. Has anyone encountered a similar error, please help me. Thanks.

Hello alexcheung, I’ll check this behavoir and give you a feedback asap. BR Eduard

Hello alexcheung, please execute the following steps: 1. Check the installed SDK’s via command: plcncli get sdks 2. Remove the showed SDK’s via command: plcncli set setting SdkPaths C:/PLCnext/SDKs/AXCF2152/2021.0 --r → the „C:/PLCnext/SDKs/AXCF2152/2021.0“ is the path of installed SDK on my System, please change it according your installation path. 3. When all SDK’s are removed, deinstall the plcncli Tool in Windows->Settings->Apps (deinstall plcncli) 4. Verify that the plcncli is deinstalled via command line: plcncli get version (you should get the error message) 5. Check if the Extention „PLCnext Technology Extention“ is persists in VS Community 2019, if yes please deinstall it. 6. Install the plcncli tool again 7. Add the SDK’s via command line: plcncli set setting SdkPaths C:/PLCnext/SDKs/AXCF2152/2021.0 --add → the „C:/PLCnext/SDKs/AXCF2152/2021.0“ is the path of installed SDK on my System, please change it according your installation path. 8. Install the „PLCnext Technology Extention“ (PlcNextVSExtension.vsix) located in folder: C:\\Program Files\\PHOENIX CONTACT\\PLCnCLI\\ide-plugins Yesterday I have successfully installed the VS Comminity 2019 and the PlcNextVSExtension.vsix on following way: 1. Install the VS Comminity 2019 2. Install the PLCnCLI 3. Install the SDK’s 4. Install the PlcNextVSExtension.vsix If you have additional questions, please don’t hesitate to ask! BR Eduard