I have two cpp files. One is the main one, the other is a secondary one that will open windows programs. So I include both in the same folder.
In the main file, I added: #include iapt2.cpp
which is the second part of the script, but it says there is no file in the directory.
How can I resolve this?