Error Help

Hello all,
Just started building a new monogame project and I am getting this error message:

Error 4 Type universe cannot resolve assembly: MonoGame.Framework.Content.Pipeline, Version=3.3.0.1695, Culture=neutral, PublicKeyToken=null. Test2

Error 3 Cannot resolve Assembly or Windows Metadata file ‘MonoGame.Framework.Content.Pipeline.dll’

Any guidance on these errors would be greatly appreciative.

You shouldn’t reference content pipeline in your game.

Thank you for the very quick reply, I have a question about that then, how am I suppose to get the content.pipeline in my game if I don’t reference it?

The content pipeline is only for the content build, not the game itself.