I'm working on a c++ project using Visual Studio.
What I want to do is to include in my project two INI files.
I thought that, the fact that we simple add an existing item to the project would be the solution but it doesn't work. The INI thus is still not recognized by my project.
To be specific, what I want to do is to open/read the different files in my project.
How to do so?