VsShowMissing
VsShowMissing copied to clipboard
Visual Studio extension to generate errors for all missing files
Show Missing Files
A Visual Studio extension that looks for file references in projects that refer to files that do not physically exist on the file system. It can also optionally warn about files on disk that are not included in a project.
You can trigger the extension by performing a build on the solution or an individual project.
Missing files are listed in the Error List window. Double-click on an item in the list to navigate to the relevant location in the Solution Explorer.
Right-click on one or more similar items to get a context menu with options to fix the selected warnings.

Visual Studio version-specific releases are published to the Visual Studio Marketplace:
- Show Missing Files (Visual Studio 2013, 2015, 2017)
- Show Missing Files 2019 (Visual Studio 2019)
- Show Missing Files 2022 (Visual Studio 2022)