I was debugging on my flutter app on Windows platform but it got stuck, I thought it might be caused because of some error in my code. I terminated the session and restarted the debugging. But then this error was shown when I debugged on Windows.
LINK : fatal error LNK1104: cannot open file 'C:\Users\Dell\Desktop\vsc flutter\Be-Pass-Flutter\build\windows\runner\Debug\be_pass.exe' [C:\Users\Dell\Desktop\vsc flutter\Be-Pass-Flutter\build\windows\runner\be_pass.vcxproj]**
It is working on browser and mobile but not on windows. I need to run it on Windows.