Can't find file for asset error

You have a ton of

 [2015.09.06-01.52.51:939][707]LogLinker:Warning: Can't find file for asset '/Game/Textures/Resources/T_MacroVariation' while loading NULL.
[2015.09.06-01.52.51:939][707]LogLinker:Warning: Can't find file '/Game/Textures/Resources/T_MacroVariation'

Linking errors saying the textures dont exist. Did you move anything manually in windows explorer? That will break everything. Sometimes moving stuff in UE4 editor will break everything too.

Did you add the c-media materials package to your project? Is it bought/legit? Does the file referenced exist IE content/textures/resources/T_MacroVariation.uasset?

Try adding it to a fresh blank project, then migrating the files over to your main project. If this works… its your project, if not its the asset package and needs to be re-downloaded.

If that doesnt work try verifiying your engine files and attempting the above, if failure again, complete engine re-install.

Errors like this make me think you moved stuff from users/ade/documents/unreal projects/myproject/content/cmediadadvmats2/data/content/materials/something.uasset somewhere else cause its looking for it in /textures/resources/whateever.uasset which clearly doesnt exist, nor should it

[2015.09.06-01.52.51:919][707]LoadErrors:Error: Error /Game/CMediaAdvMats2/data/Content/Materials/IceMaster : Can't find file for asset. /Game/Textures/Resources/BlankNorm
[2015.09.06-01.52.51:920][707]LogLinker:Warning: Can't find file '/Game/Textures/Resources/T_MacroVariation'

Don’t forget to accept an answer that best clears your question up or answers it so when the community finds your question in the future via search/google they know exactly what you did to fix it/get it going.