I have a solution including a C# and a C++ project. The C# depends on the C++ one, which is a library. When I make changes to the C# project and run the app, it's built automatically. But when I make changes to the C++ one and run, it's not built - I have to manually tell it to build first.
Can I make that automatic?