Hello!
This time I have a problem with working on Samples from Direct3D Rendering Cookbook (https://github.com/spazzarama/Direct3D-Rendering-Cookbook)
I'm working on Mesh Skinning, and when I'm running my app, I see the grid, but I can't see my Character.
It's probably because I didn't load Mesh Content Task files to my project, so I did this like it's mentioned in this article:
http://spazzarama.com/2013/11/20/visual-studio-graphics-content-pipeline-csharp-projects/
But after that I can't open my solution until I will remove that line mentioned in the article.
I have even tried to download the project from the repo of the Direct3D Rendering Cookbook, but I can't even open the Solution until I remove (again) the Mesh Content Task import line.
What to do?