I am new to this field and I just set up the development environment. Visual studio 2022 and I have installed PLCnext toolchain 2024.0 LTS and AXCF3152 2023.0.2 sdk but When I use PLCnext PLM project as template I cannot even build empty project. I need some help thanks
I know there is some known issue with toolchain 2024 I built the project without target then assign it manually (23.0.2.56).
In addition, When I tried to add target 23.0.2.56 it reports a serious of warnings


Hello HaonnanZ,
please try to create the project only via PLCnCLI-Tool in cmd-Terminal:
C:\> mkdir YourProject
C:\> cd YourProject
C:\YourProject>plcncli new project -n My_CppProj -c MyCppComponent -p MyCpyProgram
C:\PLCnext\workspace_2\YourProject>cd My_CppProj
C:\PLCnext\workspace_2\YourProject\My_CppProj>plcncli get targets
C:\PLCnext\workspace_2\YourProject\My_CppProj>plcncli set target -n AXCF2152 -v 21.0.5.35585 --add
C:\PLCnext\workspace_2\YourProject\My_CppProj>plcncli generate all
C:\PLCnext\workspace_2\YourProject\My_CppProj>plcncli build
If the Project can be created and compiled, the root cause of the Error is the VS-PlugIn. In this case please try to reinstall it.
I hope it helps, if not please let me know.
Thanks & BR
Eduard