Where can I find SteamVRRender.cpp in the source code, so that I can edit it?

Per these links:

Where do I access SteamVRRender.cpp? How do I edit it?

Hi Tdore,

You can find the file at this location in your source code:

Engine\Plugins\Runtime\Steam\SteamVR\Source\SteamVR\Private

Thank you! Now that I’ve been able to find that, I need to rebuild the engine from the source code. Where can I find UE4.sln? Thanks for your help!

to get UE4.sln you must use GenerateProjectFiles.bat (make sure you also ran Setup.bat). After you’ve done that you’ll find the UE4.sln in the root of the engine folder

Thank you for your help!