I’m using Visual Studio Enterprise 2019 to develop a game with Unreal Engine 5.2 and C++.
My problem is that I can’t find where to add additional include directories and lib files.
When I right click over the name of the project in the solution explorer and select properties I see this:
But I don’t know how to get access to this:
However, if I do the same with other Visual Studio C++ project, I get the above window:
I think it should be something related to Unreal.
Where can I set additional include directories and libraries on a Visual Studio C++ project?
I remember I added some paths using the second configuration window, but now I don’t know how to access it.