3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

エラー D8040 子プロセスの作成中または更新中にエラーが発生しました。

Last updated at Posted at 2019-12-27

Visual Studio にて

構成プロパティ -> C/C++ -> 複数プロセッサによるコンパイル -> はい(/MP)

と、マルチコアによるビルドを有効にしている時に、ある日突然出るようになったコンパイラ(もしくはリンカ?)の内部エラー。
状況によっては直ることもあり、とりあえず解決したのでメモ。

プロジェクトを日本語パスに置かないこと

あとは、パスの文字数制限の可能性もあるかも?
私の場合は、日本語パスを英字パスのみに変えたら直りました。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?