Well, I have some static website files that are required to be added to my project's Resources, so i normally selected build action "Resource" but for some reason whenever i rebuild the solution i get this strange error. After fiddling around for couple of hours i noticed that somehow visual studio doesn't include file extensions when naming a resource so i narrowed down the conflict to be in the fonts
folder.
]
Questions
- Is this a bug in VS 2017 ?, if not is there a way to actually solve this ?
Notes
- If i normally
Build
the solution it succeeds, however if iRebuild
that's when the error occurs.