Home > Software design >  I cannot run the project gives the error STG_E_FILENOTFOUND in visual Studio
I cannot run the project gives the error STG_E_FILENOTFOUND in visual Studio

Time:06-07

I cannot run the project it gives the error message Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND)

But the issue is that the error is shown only for the following project. I can build and run any other project.

I tried rebuilding the project after deleting the bin and the obj folders from the project but it still didn't fix the issue.

CodePudding user response:

Removing the solution .vs hidden folder and all the bin & obj files worked for me. Good luck!

CodePudding user response:

I faced same problem on VS2022. It happened after updating Visual Studio to 17.2.3

  • Related