Missing assembly reference in Finalbuilder8

I try to build several projects through FinalBuilder 8.0.0.2281 and got an error

The type or namespace name %Name% does not exist in the namespace %Namespace% (are you missing an assembly reference?)

In VS2017 all projects building just fine and there is no missing references.

What can be the problem? Thanks for any help!

You really haven’t given us enough information to even come close to helping you. What settings do you have on the action. Are you compiling a product or a solution. What configuration are you using, are all the projects in the solution set to build for that solution?

Hello!

This is my settings, I use to build via MSBuildAction(Pic1_1). I compiling a .csproj, including in solution.

Project properties set as on Pic2

Pic2.png

My best guess here is that you have project references, msbuild doesn't know how to build those if the sln file is not available.

https://stackoverflow.com/questions/1001264/msbuild-builds-projects-with-project-references-correctly-but-not-from-solution

The trick is to build the solution, not the csproj.