How can i make and rebuild changes in a plugin source code?

I am trying to change a plugin source code, but it appears that my changes are not considered in the rebuild (it always rebuild succesful, even when i change something that should break the build).

I am trying to edit the plugin source by creating a new c++ project and editing the plugin source in the Visual Studio.

Thanks a lot!