How do I package without Third Party DLLs?

Banging my head trying to fix this. I am trying to package a VR game for the Oculus platform. They will not acept the package currently as it has several Third Party DLLs included that they do not like. Some of these include NVaftermath, PhysX, Vorbis, and Ogg. I have disabled pretty much every plugin in the project and yet the build continues to include these files. Unfortunately manually deleting them causes the package to be unable to run. How can I remedy this issue??

No response on this? Having the same issue.

Found the solution:

  1. Open you UE4 project
  2. Edit > Plugins
  3. Find “Built-In” > “SteamVR”
  4. Click the “Enabled” button to off restart editor and repackage your project.