Hi,
I am attempting to upload a program to PLCNext engineer in C++ using Visual Studio, however it doesn’t appear to be doing it correctly.
When I write the project to the PLC, it appears to ignore all changes made to the component project in Visual Studio. I tried swapping the attributes of ports between input/output, and while the component recognizes that its been changed, the changes dont replicate to the PLC.

This is originally 2 * Input1. This was after I created a brand new Project, which the PLC accepted as it was brand new. I then changed it to 4 * Input1.

The PLC is still using the old version.
When I rebuild the VS project, PLCNext Engineer correctly notices the change and suggest accepting the library, however the option is greyed out.

Removing the component from the PLC and readding it (with or without re-adding all the ports in the GDS port list.)
I am truly lost at what to do. Any suggestions?
The model of PLC im using is the AXC F 2152, using project template 2024.6. Im also using VS2022.