I know this question has been answered lots already, I have tried the solutions but they are not working for me.
My error is the following:
Erro: LNK1104 cannot open file 'C:\Users\...\source\repos\ont lang.obj'
I am using the latest MSVC compiler and I am using Visual Studio. I have tried going on task manager and locating tasks running it, but i couldn't find anything.
I have done Properties -> Linker -> General -> Additional Library Properties
and assigned that C:\Users\...\source\repos\ont lang;%(AdditionalLibraryDirectories)
but i am still getting an error. As you can see here
This was the solution in this question but I had no luck. I compiled it about 1 minute before and it worked fine but then I got the Link Error Message 1104. I have also tried this:
but I still had no luck. As i said before, it worked one minute, all I did to it was more code to the file and the next minute it didn't compile. I have also tried cleaning the project and rebuilding it again but still got the same issue. So does anyone know how I would go about resolving this error?
BTW: I have checked my file is actually real, here is proof: