Hello, I seem to be having a recurring problem with files in the bin/Data folder not always being updated/copied to the build output bin/Data folder.
I’m using Visual Studio 2017. When I add a new file to the bin/Data folder, the first time I run a build it copies it to the output. However, if I edit the file further the changes aren’t copied. If I manually copy the file the ResourceCache can’t find it, even though it is in the same place as the previous file it could find. I also tried creating a symlink but then the ResourceCache couldn’t find any of the files.
Help, what am I doing wrong?