Can't Open Enhanced Input Source Files In Blank C++ Project in VS 2022

I was having the exact same issue and finally found a solution that worked!

  1. Navigate to your project in file explorer
  2. Delete the following folders: Saved, Intermediate, and Binaries
  3. Right click your uproject file and select “Generate Visual Studio Project Files” (you might have to click “Show more options” before that option is visible)

And that did the trick for me. I hope it works for you!

4 Likes