I'm new to XNA game development and I've faced a problem that couldn't solve even by searching on the internet. I wanted to load my model but every time it gives me this exception: ContentLoadException was unhandled. Here is my code:
Model model = Content.Load<Model>(@"\Models\hero"); // and file is in fbx format
This is the screenshot of my solution