I have a .png file placed in a subdirectory of my Content folder. When I run and build the project, a .xnb file is not appearing in the x86/Debug/Content/Sprites/ folder. I have tried deleting the Debug build, building it again, rebuilding it, etc. All the old files will rebuild as desired, but the new one won't.
I have tried many things, and have concluded that new .png files added to the project aren't building to .xnb files. I have never run into this problem before, and have spent a ton of time trying to find out what I did to make them not load. Hopefully someone can help me with this problem.
Here are some specifics for the file:
Build Action: Content
Copy to Output Directory: Do Not Copy
No custom tools.
This could very well be a simple oversight or something a changed, but I have spent a ton of time trying to figure out why it won't work all of a sudden. If anyone could help that would be great.