So you want to work on medium-sized C++ Project

Take your time with learning and reading.

Learn git

I recommend reading the book.

Learn how to do the following:

Learn how to use CMake

Learn Modern C++

It is a complex language with many footguns. If you don't take your time learning the fundamentals, you will not be as productive in the medium / long run.

To learn,

There are also great talks on YouTube from CppCon and CppNow, e.g. Curiously Recurring C++ Bugs at Facebook and What is C++.

Also Cpp Weekly has very good videos, e.g. Your 5 Step Plan for Deeper C++ Knowledge.

Also, Driving Compilers is IMHO a nice overview over how a C compiler (and thus, by extent, a C++ compiler) works.

Learn your IDE

Other nice things

Sustain a Learning Culture

git, CMake, C++ etc. keep on evolving. There is always something more to learn.

Generally, if you learn something interesting, tell your peers about it, they might not know it and should be grateful if they can learn something from you.