Build Failure. Error: 'path' cannot be an empty string (“”) or start with the null character

前端 未结 5 1559
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-03 18:13

I have a solution that builds fine in VS2015. I just installed VS2017 RTM and after conversion, attempts to build the solution fail immediately with the error:

5条回答
  •  爱一瞬间的悲伤
    2021-02-03 18:44

    I ran into the same problem in visual studio 2017, with a large solution that loaded light weight. I looked at :https://developercommunity.visualstudio.com/content/problem/15861/unable-to-build-solution-after-upgrading-to-the-la.html

    And they also suggest not to light weight load solution:
    a) right click on you solution
    b) disable the lightweight loading
    c) close the solution
    d) reload and recompile the solution.

提交回复
热议问题