Adding to Dependencies

I am following this wiki to install a plugin: Game project setup · ufna/VaQuoleUI Wiki · GitHub

However, I am stuck at the Add to Dependencies section, as I cannot find YourProjectBuild.cs file. In my case it will be MuseumProject.cs.

Where is this file usually located? Does it need to be generated somehow? I cannot seem to find it using Search.

Any ideas?

Thanks - SB7

You need to be looking for a .cs file with a .Build in it. (YourProject.Build.cs.).
So you need to be looking for MuseumProject.Build.cs. This should be kept with all your other .cpp files usually by default.