File keeps getting copied to Debug folder.

I’ve been stuck on this issue for a little while now.
It seems that all files are copied/build like they should when I use the MonoGame Pipeline Tool. However, when I try to build the project itself, an old file (which should be removed from the Debug folder) keeps popping up. Removing this file from the Debug folder doesn’t work, since it pops up once again when I build my project. I’ve made absolutely sure that the file in question is no longer present in the Pipeline tool and the Content folder. I’m guessing this has something to do with the project itself, but I’ve been searching on my own to no avail. Before I removed the file it was marked as ‘Copy’ (sine it was a .json file, thus no importer/processor tool).

If any more info is needed, I’ll be glad to provide it. Any help is welcome and thanks in advance :slight_smile:

Is it in <your project>\Content\bin, left over from an old build?

1 Like

I can’t believe it. You have just solved my issue. Yes, it seems the file was still in the Content\bin folder, since I didn’t know there was a bin folder for Content as well as the Debug project.
Thank you ever so much :slight_smile: