dotnet / dotnet/msbuild

MSBuild c++ error link1112

Open
#7,918 1 comment 0 reactions 0 assignees View on GitHub
triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 8h
Merged PRs (30d)
141

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Describe the bug

I am making a blueprint compiler, I am going to try to use MSBUILD to compile and test, running the compilation in the default x64 output folder of vs is 100% working, but when I migrate to the desktop, the error of Link1112 appears, I don't understand, why Migrating to other places will not work. The way I compile is to get the folder below the root directory of the output exe and automatically add the path to the system variable
![image](https://user-images.githubusercontent.com/92320290/187067266-fdbd2e11-f288-4e05-8a02-757908ba8322.png)
![image](https://user-images.githubusercontent.com/92320290/187067269-66d10bb9-e771-4d82-b141-bf9b6550a2d4.png)
![image](https://user-images.githubusercontent.com/92320290/187067273-a55c0030-dbc9-49f0-ba82-36f7784585b1.png)
![image](https://user-images.githubusercontent.com/92320290/187067276-77b286fd-9865-4353-a83d-93d652984215.png)
![image](https://user-images.githubusercontent.com/92320290/187067280-279077ee-1467-42c8-ba7d-976728ddc091.png)
![image](https://user-images.githubusercontent.com/92320290/187067292-cdefae7e-ebec-4a6b-98ea-0659f2a7182c.png)
work
![image](https://user-images.githubusercontent.com/92320290/187067295-d6790201-1a95-44e1-946f-c57af1cbe384.png)
error
![image](https://user-images.githubusercontent.com/92320290/187067312-9ab65f95-82bf-41f6-ab8e-aefb13df35aa.png)

### Expected Behavior

_No response_

### Steps To Reproduce

_No response_

### Exceptions (if any)

_No response_

### .NET Version

_No response_

### Anything else?

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.