Re: Compilation failure

Igor Korot <[email protected]> Fri, 10 Jul 2026 14:37:46 -0700
Newsgroups gmane.comp.lib.wxwindows.general
Message-ID <CA+FnnTweu6ciEq3MWOLMA-JJDzHOCQDkdCjB_kJSOezbFYNisA@mail.gmail.com>
--000000000000e45f380656488d42
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Maarten,

On Fri, Jul 10, 2026 at 2:25=E2=80=AFPM Maarten Bent <[email protected]=
> wrote:

> I have no idea why it fails. Nothing has changed in the project files.
> I don't think there ever was a 3rdparty subproject. Only the CMake
> generated projects have a 'Third party libraries' sub-folder.
>
> Do you have any wx specific environment variables that override stuff?
>

Yes I do.

I define WXWIN as C:\wxWidgets in order to compile my code.


>
> Does it work if you revert back to the 3.3.2 sources?
> What source do you use, I tried wxWidgets-3.3.3.zip from the GitHub
> release and it works fine with VS2022.
>

I downloaded the archive from the =E2=80=9CDownload=E2=80=9D page from the =
site.


>
> You could try to add more verbose output, maybe it has some hints to what
> goes wrong.
> In Tools -> Options -> Projects and Solutions -> Build and Run.
> Change "MSBuild project build output verbosity" to Detailed.
> Rebuild the _custom_build project and analyze the log.
>

I guess it=E2=80=99s time to do that.

Stay tuned=E2=80=A6 =F0=9F=98=8A

Thx.


>
> Maarten
>
>
> On 10 Jul 2026 21:13, Igor Korot wrote:
>
> Maarten,
>
> To my surprise even if i copy setup.h over the build still fails with the
> same "cant find setup.h" error.
>
> Am i the only one? =F0=9F=98=80
>
> Thank you.
>
>
> On Thu, Jul 9, 2026, 7:13=E2=80=AFPM Igor Korot <[email protected]> wrot=
e:
>
>> Hi, Maarten,
>>
>> Attached is a freshly created build log made by following procedure
>> described in the previous reply.
>>
>>  Also the folder lib\vc_dll\mswu{d}\wx\msw is empty.
>> Same is for vc_x64_dll.
>>
>> Thank you.
>>
>> On Thu, Jul 9, 2026 at 5:44=E2=80=AFPM Igor Korot <[email protected]> w=
rote:
>> >
>> > Hi,Maarten,
>> >
>> >
>> > On Thu, Jul 9, 2026 at 3:03=E2=80=AFAM Maarten Bent <maartenbent@gmail=
.com>
>> wrote:
>> > >
>> > > Hi,
>> >
>> > 1 In the 3.3.2  wx_vc15.sln had a subproject called 3rdpart. Nw its
>> gone.
>> > That is my first point in the OP.
>> >
>> > >
>> > > The _custom_build project copies include/wx/msw/setup.h to
>> lib/vc_{x64}{_dll/_lib}/mswu{d}/wx/setup.h
>> >
>> > in the 3.3.2 it was to copy include\wx\msw\setup.h to libvc\mswu{d}dll
>> > for 32 bit compilation.
>> > It los lie now iit changed.
>> >
>> > For a long time my upgrading process was:
>> > a. Delete everything from c:\wxWidgets
>> > b. Unacl new release archive into c:\wxWidgets
>> > c. Open wx_vc15.sln
>> > d. Build->Batch Build
>> >
>> > As you can see no properties file is used.
>> >
>> > With recent releases I have to skip all ARM-based builds and select th=
e
>> DLL
>> > projects only.
>> >
>> > > Somehow this fails for you. Does the file exist? Do you/msvs have
>> read/write permissions? Do you use modified properties or wx_local.props=
?
>> >
>> > I'll try to redo the build from scratch to answer the first question.
>> > Second question - c\wxWdgets does have write permission.
>> > See above
>> >
>> > > Are you doing a clean build with the correct sources?
>> >
>> > Building from scratch - see above.
>> >
>> > >
>> > > Also sharing just the first error is enough, no need to add hundreds
>> of lines with the same error message.
>> >
>> > II thought I also included the actual build errors and not just custom
>> > target results.
>> >
>> > Thank you,
>> >
>> > >
>> > > Maarten
>> > >
>> > >
>> > > On 9-7-2026 09:20, Igor Korot wrote:
>> > >
>> > > Hi,
>> > >
>> > > On Wed, Jul 8, 2026 at 12:06=E2=80=AFAM Igor Korot <[email protected]=
om>
>> wrote:
>> > >
>> > > wx 3.3.3
>> > > MSVC 2017 Community
>> > > wx_vc15.sln
>> > >
>> > > 1.In the projects view 3rd party folder is not present
>> > > 2 During compilation I got:
>> > >
>> > > ------ Build started: Project: _custom_build, Configuration: DLL
>> > > Release x64 ------
>> > > Build started 7/7/2026 10:51:11 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching
>> "vc_x64_mswudll\_custom_build\_custom_build.tlog\unsuccessfulbuild".
>> > > Target CustomBuild:
>> > >   C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > > Done building target "CustomBuild" in project
>> > > "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > Done building project "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > It looks like the include folders were not updated
>> > >
>> > > The custom target creates lib\vc_dll and lib\vc_x64_dll,
>> > > But the bulb checks for lib\vc_mswu{d}dll
>> > >
>> > > Thank you.
>> > >
>> > > Build FAILED.
>> > >
>> > > C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > >     0 Warning(s)
>> > >     1 Error(s)
>> > >
>> > > Time Elapsed 00:00:03.70
>> > > ------ Build started: Project: _custom_build, Configuration: DLL
>> > > Release Win32 ------
>> > > Build started 7/7/2026 10:51:15 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching
>> "vc_mswudll\_custom_build\_custom_build.tlog\unsuccessfulbuild".
>> > > Target CustomBuild:
>> > >   C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > > Done building target "CustomBuild" in project
>> > > "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > Done building project "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > >     0 Warning(s)
>> > >     1 Error(s)
>> > >
>> > > Time Elapsed 00:00:03.32
>> > > ------ Build started: Project: _custom_build, Configuration: DLL Deb=
ug
>> > > x64 ------
>> > > Build started 7/7/2026 10:51:19 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching
>> "vc_x64_mswuddll\_custom_build\_custom_build.tlog\unsuccessfulbuild".
>> > > Target CustomBuild:
>> > >   C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > > Done building target "CustomBuild" in project
>> > > "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > Done building project "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > >     0 Warning(s)
>> > >     1 Error(s)
>> > >
>> > > Time Elapsed 00:00:03.01
>> > > ------ Build started: Project: _custom_build, Configuration: DLL Deb=
ug
>> > > Win32 ------
>> > > Build started 7/7/2026 10:51:22 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching
>> "vc_mswuddll\_custom_build\_custom_build.tlog\unsuccessfulbuild".
>> > > Target CustomBuild:
>> > >   C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > > Done building target "CustomBuild" in project
>> > > "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > Done building project "wx_custom_build.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > C:\Program Files (x86)\Microsoft Visual
>> > >
>> Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targe=
ts(209,5):
>> > > error MSB6006: "cmd.exe" exited with code -1073741502.
>> > >     0 Warning(s)
>> > >     1 Error(s)
>> > >
>> > > Time Elapsed 00:00:03.15
>> > > ------ Build started: Project: wxregex, Configuration: DLL Release
>> x64 ------
>> > > Build started 7/7/2026 10:51:26 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching "vc_x64_mswudll\wxregex\wxregex.tlog\unsuccessfulbuild".
>> > > Target ClCompile:
>> > >   pcre2_auto_possess.c
>> > >   pcre2_chartables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > >   pcre2_chkdint.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > >   pcre2_compile.c
>> > >   pcre2_compile_cgroup.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > >   pcre2_compile_class.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > >   pcre2_config.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > >   pcre2_context.c
>> > >   pcre2_convert.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > >   pcre2_dfa_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > >   pcre2_error.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > >   pcre2_extuni.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > >   pcre2_find_bracket.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > >   pcre2_jit_compile.c
>> > >   pcre2_maketables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > >   pcre2_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > >   pcre2_match_data.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > >   pcre2_match_next.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > >   pcre2_newline.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > >   pcre2_ord2utf.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > >   pcre2_pattern_info.c
>> > >   pcre2_script_run.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > >   pcre2_serialize.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > >   pcre2_string_utils.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > >   pcre2_study.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > >   pcre2_substitute.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > >   pcre2_substring.c
>> > >   pcre2_tables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > >   pcre2_ucd.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > >   pcre2_valid_utf.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > >   pcre2_xclass.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" --
>> FAILED.
>> > >
>> > > Done building project "wx_wxregex.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > >     0 Warning(s)
>> > >     31 Error(s)
>> > >
>> > > Time Elapsed 00:00:07.90
>> > > ------ Build started: Project: wxregex, Configuration: DLL Release
>> Win32 ------
>> > > Build started 7/7/2026 10:51:34 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching "vc_mswudll\wxregex\wxregex.tlog\unsuccessfulbuild".
>> > > Target ClCompile:
>> > >   pcre2_auto_possess.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > >   pcre2_chartables.c
>> > >   pcre2_chkdint.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > >   pcre2_compile.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > >   pcre2_compile_cgroup.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > >   pcre2_compile_class.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > >   pcre2_config.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > >   pcre2_context.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > >   pcre2_convert.c
>> > >   pcre2_dfa_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > >   pcre2_error.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > >   pcre2_extuni.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > >   pcre2_find_bracket.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > >   pcre2_jit_compile.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > >   pcre2_maketables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > >   pcre2_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > >   pcre2_match_data.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > >   pcre2_match_next.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > >   pcre2_newline.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > >   pcre2_ord2utf.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > >   pcre2_pattern_info.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > >   pcre2_script_run.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > >   pcre2_serialize.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > >   pcre2_string_utils.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > >   pcre2_study.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > >   pcre2_substitute.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > >   pcre2_substring.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > >   pcre2_tables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > >   pcre2_ucd.c
>> > >   pcre2_valid_utf.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > >   pcre2_xclass.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" --
>> FAILED.
>> > >
>> > > Done building project "wx_wxregex.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > >     0 Warning(s)
>> > >     31 Error(s)
>> > >
>> > > Time Elapsed 00:00:02.89
>> > > ------ Build started: Project: wxregex, Configuration: DLL Debug x64
>> ------
>> > > Build started 7/7/2026 10:51:37 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching "vc_x64_mswuddll\wxregex\wxregex.tlog\unsuccessfulbuild".
>> > > Target ClCompile:
>> > >   pcre2_auto_possess.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > >   pcre2_chartables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > >   pcre2_chkdint.c
>> > >   pcre2_compile.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > >   pcre2_compile_cgroup.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > >   pcre2_compile_class.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > >   pcre2_config.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > >   pcre2_context.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > >   pcre2_convert.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > >   pcre2_dfa_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > >   pcre2_error.c
>> > >   pcre2_extuni.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > >   pcre2_find_bracket.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > >   pcre2_jit_compile.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > >   pcre2_maketables.c
>> > >   pcre2_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > >   pcre2_match_data.c
>> > >   pcre2_match_next.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > >   pcre2_newline.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > >   pcre2_ord2utf.c
>> > >   pcre2_pattern_info.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > >   pcre2_script_run.c
>> > >   pcre2_serialize.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > >   pcre2_string_utils.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > >   pcre2_study.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > >   pcre2_substitute.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > >   pcre2_substring.c
>> > >   pcre2_tables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > >   pcre2_ucd.c
>> > >   pcre2_valid_utf.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > >   pcre2_xclass.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" --
>> FAILED.
>> > >
>> > > Done building project "wx_wxregex.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > >     0 Warning(s)
>> > >     31 Error(s)
>> > >
>> > > Time Elapsed 00:00:03.43
>> > > ------ Build started: Project: wxregex, Configuration: DLL Debug
>> Win32 ------
>> > > Build started 7/7/2026 10:51:41 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching "vc_mswuddll\wxregex\wxregex.tlog\unsuccessfulbuild".
>> > > Target ClCompile:
>> > >   pcre2_auto_possess.c
>> > >   pcre2_chartables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > >   pcre2_chkdint.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > >   pcre2_compile.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > >   pcre2_compile_cgroup.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > >   pcre2_compile_class.c
>> > >   pcre2_config.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > >   pcre2_context.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > >   pcre2_convert.c
>> > >   pcre2_dfa_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > >   pcre2_error.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > >   pcre2_extuni.c
>> > >   pcre2_find_bracket.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > >   pcre2_jit_compile.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > >   pcre2_maketables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > >   pcre2_match.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > >   pcre2_match_data.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > >   pcre2_match_next.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > >   pcre2_newline.c
>> > >   pcre2_ord2utf.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > >   pcre2_pattern_info.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > >   pcre2_script_run.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > >   pcre2_serialize.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > >   pcre2_string_utils.c
>> > >   pcre2_study.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > >   pcre2_substitute.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > >   pcre2_substring.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > >   pcre2_tables.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > >   pcre2_ucd.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > >   pcre2_valid_utf.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > >   pcre2_xclass.c
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > > Done building target "ClCompile" in project "wx_wxregex.vcxproj" --
>> FAILED.
>> > >
>> > > Done building project "wx_wxregex.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_chartables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_compile_class.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_config.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_context.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_convert.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_error.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_maketables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_data.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_match_next.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_newline.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_serialize.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_script_run.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_study.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_string_utils.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substitute.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_substring.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_tables.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory (compilin=
g
>> > > source file ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)
>> > >     0 Warning(s)
>> > >     31 Error(s)
>> > >
>> > > Time Elapsed 00:00:04.85
>> > > ------ Build started: Project: base, Configuration: DLL Release x64
>> ------
>> > > Build started 7/7/2026 10:51:49 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching "vc_x64_mswudll\base\base.tlog\unsuccessfulbuild".
>> > > Target ClCompile:
>> > >   dummy.cpp
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory
>> > > Done building target "ClCompile" in project "wx_base.vcxproj" --
>> FAILED.
>> > >
>> > > Done building project "wx_base.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory
>> > >     0 Warning(s)
>> > >     1 Error(s)
>> > >
>> > > Time Elapsed 00:00:00.65
>> > > ------ Build started: Project: base, Configuration: DLL Release Win3=
2
>> ------
>> > > Build started 7/7/2026 10:51:50 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching "vc_mswudll\base\base.tlog\unsuccessfulbuild".
>> > > Target ClCompile:
>> > >   dummy.cpp
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory
>> > > Done building target "ClCompile" in project "wx_base.vcxproj" --
>> FAILED.
>> > >
>> > > Done building project "wx_base.vcxproj" -- FAILED.
>> > >
>> > > Build FAILED.
>> > >
>> > > c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or directory
>> > >     0 Warning(s)
>> > >     1 Error(s)
>> > >
>> > > Time Elapsed 00:00:00.57
>> > > ------ Build started: Project: base, Configuration: DLL Debug x64
>> ------
>> > > Build started 7/7/2026 10:51:51 PM.
>> > > Target InitializeBuildStatus:
>> > >   Touching "vc_x64_mswuddll\base\base.tlog\unsuccessfulbuild".
>> > > Target ClCompile:
>> > >   dummy.cpp
>> > >   c:\wxwidgets\include\wx\platform.h(154): fatal error C1083: Cannot
>> > > open include file: 'wx/setup.h': No such file or
>
>

--=20
Please read https://www.wxwidgets.org/support/mlhowto.htm before posting.
---=20
You received this message because you are subscribed to the Google Groups "=
wx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/wx-users/CA=
%2BFnnTweu6ciEq3MWOLMA-JJDzHOCQDkdCjB_kJSOezbFYNisA%40mail.gmail.com.

--000000000000e45f380656488d42
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto">Maarten,</div><div><br><div class=3D"gmail_quote gmail_qu=
ote_container"><div dir=3D"ltr" class=3D"gmail_attr">On Fri, Jul 10, 2026 a=
t 2:25=E2=80=AFPM Maarten Bent &lt;<a href=3D"mailto:[email protected]"=
>[email protected]</a>&gt; wrote:<br></div><blockquote class=3D"gmail_q=
uote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1e=
x"><u></u>

 =20
   =20
 =20
  <div>
    I have no idea why it fails. Nothing has changed in the project
    files.<br>
    I don&#39;t think there ever was a 3rdparty subproject. Only the CMake
    generated projects have a &#39;Third party libraries&#39; sub-folder.<b=
r>
    <br>
    Do you have any wx specific environment variables that override
    stuff?</div></blockquote><div dir=3D"auto"><br></div><div dir=3D"auto">=
Yes I do.</div><div dir=3D"auto"><br></div><div dir=3D"auto">I define WXWIN=
 as C:\wxWidgets in order to compile my code.</div><div dir=3D"auto"><br></=
div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-lef=
t:1px #ccc solid;padding-left:1ex"><div dir=3D"auto"><br>
    <br>
    Does it work if you revert back to the 3.3.2 sources?<br>
    What source do you use, I tried wxWidgets-3.3.3.zip from the GitHub
    release and it works fine with VS2022.</div></blockquote><div dir=3D"au=
to"><br></div><div dir=3D"auto">I downloaded the archive from the =E2=80=9C=
Download=E2=80=9D page from the site.</div><div dir=3D"auto"><br></div><blo=
ckquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #c=
cc solid;padding-left:1ex"><div dir=3D"auto"><br>
    <br>
    You could try to add more verbose output, maybe it has some hints to
    what goes wrong.<br>
    In Tools -&gt; Options -&gt; Projects and Solutions -&gt; Build and
    Run.<br>
    Change &quot;MSBuild project build output verbosity&quot; to Detailed.<=
br>
    Rebuild the _custom_build project and analyze the log.</div></blockquot=
e><div dir=3D"auto"><br></div><div dir=3D"auto">I guess it=E2=80=99s time t=
o do that.</div><div dir=3D"auto"><br></div><div dir=3D"auto">Stay tuned=E2=
=80=A6 =F0=9F=98=8A</div><div dir=3D"auto"><br></div><div dir=3D"auto">Thx.=
</div><div dir=3D"auto"><br></div><blockquote class=3D"gmail_quote" style=
=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=
=3D"auto"></div><div><br>
    <br>
    Maarten<br>
    <br>
    <br>
    <div>On 10 Jul 2026 21:13, Igor Korot wrote:<br>
    </div>
    <blockquote type=3D"cite">
     =20
      <div dir=3D"auto">Maarten,
        <div dir=3D"auto"><br>
        </div>
        <div dir=3D"auto">To my surprise even if i copy setup.h over the
          build still fails with the same &quot;cant find setup.h&quot; err=
or.</div>
        <div dir=3D"auto"><br>
        </div>
        <div dir=3D"auto">Am i the only one? =F0=9F=98=80</div>
        <div dir=3D"auto"><br>
        </div>
        <div dir=3D"auto">Thank you.</div>
        <div dir=3D"auto"><br>
        </div>
      </div>
      <br>
      <div class=3D"gmail_quote">
        <div dir=3D"ltr" class=3D"gmail_attr">On Thu, Jul 9, 2026, 7:13=E2=
=80=AFPM
          Igor Korot &lt;<a href=3D"mailto:[email protected]" target=3D"_b=
lank">[email protected]</a>&gt;
          wrote:<br>
        </div>
        <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border=
-left:1px #ccc solid;padding-left:1ex">Hi,
          Maarten,<br>
          <br>
          Attached is a freshly created build log made by following
          procedure<br>
          described in the previous reply.<br>
          <br>
          =C2=A0Also the folder lib\vc_dll\mswu{d}\wx\msw is empty.<br>
          Same is for vc_x64_dll.<br>
          <br>
          Thank you.<br>
          <br>
          On Thu, Jul 9, 2026 at 5:44=E2=80=AFPM Igor Korot &lt;<a href=3D"=
mailto:[email protected]" rel=3D"noreferrer" target=3D"_blank">ikorot01@gm=
ail.com</a>&gt;
          wrote:<br>
          &gt;<br>
          &gt; Hi,Maarten,<br>
          &gt;<br>
          &gt;<br>
          &gt; On Thu, Jul 9, 2026 at 3:03=E2=80=AFAM Maarten Bent &lt;<a h=
ref=3D"mailto:[email protected]" rel=3D"noreferrer" target=3D"_blank">m=
[email protected]</a>&gt;
          wrote:<br>
          &gt; &gt;<br>
          &gt; &gt; Hi,<br>
          &gt;<br>
          &gt; 1 In the 3.3.2=C2=A0 wx_vc15.sln had a subproject called
          3rdpart. Nw its gone.<br>
          &gt; That is my first point in the OP.<br>
          &gt;<br>
          &gt; &gt;<br>
          &gt; &gt; The _custom_build project copies
          include/wx/msw/setup.h to
          lib/vc_{x64}{_dll/_lib}/mswu{d}/wx/setup.h<br>
          &gt;<br>
          &gt; in the 3.3.2 it was to copy include\wx\msw\setup.h to
          libvc\mswu{d}dll<br>
          &gt; for 32 bit compilation.<br>
          &gt; It los lie now iit changed.<br>
          &gt;<br>
          &gt; For a long time my upgrading process was:<br>
          &gt; a. Delete everything from c:\wxWidgets<br>
          &gt; b. Unacl new release archive into c:\wxWidgets<br>
          &gt; c. Open wx_vc15.sln<br>
          &gt; d. Build-&gt;Batch Build<br>
          &gt;<br>
          &gt; As you can see no properties file is used.<br>
          &gt;<br>
          &gt; With recent releases I have to skip all ARM-based builds
          and select the DLL<br>
          &gt; projects only.<br>
          &gt;<br>
          &gt; &gt; Somehow this fails for you. Does the file exist? Do
          you/msvs have read/write permissions? Do you use modified
          properties or wx_local.props?<br>
          &gt;<br>
          &gt; I&#39;ll try to redo the build from scratch to answer the
          first question.<br>
          &gt; Second question - c\wxWdgets does have write permission.<br>
          &gt; See above<br>
          &gt;<br>
          &gt; &gt; Are you doing a clean build with the correct
          sources?<br>
          &gt;<br>
          &gt; Building from scratch - see above.<br>
          &gt;<br>
          &gt; &gt;<br>
          &gt; &gt; Also sharing just the first error is enough, no need
          to add hundreds of lines with the same error message.<br>
          &gt;<br>
          &gt; II thought I also included the actual build errors and
          not just custom<br>
          &gt; target results.<br>
          &gt;<br>
          &gt; Thank you,<br>
          &gt;<br>
          &gt; &gt;<br>
          &gt; &gt; Maarten<br>
          &gt; &gt;<br>
          &gt; &gt;<br>
          &gt; &gt; On 9-7-2026 09:20, Igor Korot wrote:<br>
          &gt; &gt;<br>
          &gt; &gt; Hi,<br>
          &gt; &gt;<br>
          &gt; &gt; On Wed, Jul 8, 2026 at 12:06=E2=80=AFAM Igor Korot &lt;=
<a href=3D"mailto:[email protected]" rel=3D"noreferrer" target=3D"_blank">=
[email protected]</a>&gt;
          wrote:<br>
          &gt; &gt;<br>
          &gt; &gt; wx 3.3.3<br>
          &gt; &gt; MSVC 2017 Community<br>
          &gt; &gt; wx_vc15.sln<br>
          &gt; &gt;<br>
          &gt; &gt; 1.In the projects view 3rd party folder is not
          present<br>
          &gt; &gt; 2 During compilation I got:<br>
          &gt; &gt;<br>
          &gt; &gt; ------ Build started: Project: _custom_build,
          Configuration: DLL<br>
          &gt; &gt; Release x64 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:11 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_x64_mswudll\_custom_build\_custom_build.tlog\unsuccessfu=
lbuild&quot;.<br>
          &gt; &gt; Target CustomBuild:<br>
          &gt; &gt;=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt; Done building target &quot;CustomBuild&quot; in project=
<br>
          &gt; &gt; &quot;wx_custom_build.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_custom_build.vcxproj&quo=
t; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; It looks like the include folders were not updated<br>
          &gt; &gt;<br>
          &gt; &gt; The custom target creates lib\vc_dll and
          lib\vc_x64_dll,<br>
          &gt; &gt; But the bulb checks for lib\vc_mswu{d}dll<br>
          &gt; &gt;<br>
          &gt; &gt; Thank you.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A01 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:03.70<br>
          &gt; &gt; ------ Build started: Project: _custom_build,
          Configuration: DLL<br>
          &gt; &gt; Release Win32 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:15 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_mswudll\_custom_build\_custom_build.tlog\unsuccessfulbui=
ld&quot;.<br>
          &gt; &gt; Target CustomBuild:<br>
          &gt; &gt;=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt; Done building target &quot;CustomBuild&quot; in project=
<br>
          &gt; &gt; &quot;wx_custom_build.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_custom_build.vcxproj&quo=
t; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A01 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:03.32<br>
          &gt; &gt; ------ Build started: Project: _custom_build,
          Configuration: DLL Debug<br>
          &gt; &gt; x64 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:19 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_x64_mswuddll\_custom_build\_custom_build.tlog\unsuccessf=
ulbuild&quot;.<br>
          &gt; &gt; Target CustomBuild:<br>
          &gt; &gt;=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt; Done building target &quot;CustomBuild&quot; in project=
<br>
          &gt; &gt; &quot;wx_custom_build.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_custom_build.vcxproj&quo=
t; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A01 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:03.01<br>
          &gt; &gt; ------ Build started: Project: _custom_build,
          Configuration: DLL Debug<br>
          &gt; &gt; Win32 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:22 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_mswuddll\_custom_build\_custom_build.tlog\unsuccessfulbu=
ild&quot;.<br>
          &gt; &gt; Target CustomBuild:<br>
          &gt; &gt;=C2=A0 =C2=A0C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt; Done building target &quot;CustomBuild&quot; in project=
<br>
          &gt; &gt; &quot;wx_custom_build.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_custom_build.vcxproj&quo=
t; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; C:\Program Files (x86)\Microsoft Visual<br>
          &gt; &gt;
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(=
209,5):<br>
          &gt; &gt; error MSB6006: &quot;cmd.exe&quot; exited with code
          -1073741502.<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A01 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:03.15<br>
          &gt; &gt; ------ Build started: Project: wxregex,
          Configuration: DLL Release x64 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:26 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_x64_mswudll\wxregex\wxregex.tlog\unsuccessfulbuild&quot;=
.<br>
          &gt; &gt; Target ClCompile:<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_auto_possess.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chartables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chkdint.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_cgroup.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_class.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_config.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_context.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_convert.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_dfa_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_error.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_extuni.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_find_bracket.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_jit_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_maketables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_data.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_next.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_newline.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ord2utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_pattern_info.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_script_run.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_serialize.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_string_utils.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_study.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substitute.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substring.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_tables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ucd.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_valid_utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_xclass.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt; Done building target &quot;ClCompile&quot; in project
          &quot;wx_wxregex.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_wxregex.vcxproj&quot; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A031 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:07.90<br>
          &gt; &gt; ------ Build started: Project: wxregex,
          Configuration: DLL Release Win32 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:34 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_mswudll\wxregex\wxregex.tlog\unsuccessfulbuild&quot;.<br=
>
          &gt; &gt; Target ClCompile:<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_auto_possess.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chartables.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chkdint.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_cgroup.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_class.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_config.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_context.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_convert.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_dfa_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_error.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_extuni.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_find_bracket.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_jit_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_maketables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_data.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_next.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_newline.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ord2utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_pattern_info.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_script_run.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_serialize.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_string_utils.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_study.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substitute.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substring.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_tables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ucd.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_valid_utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_xclass.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt; Done building target &quot;ClCompile&quot; in project
          &quot;wx_wxregex.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_wxregex.vcxproj&quot; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A031 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:02.89<br>
          &gt; &gt; ------ Build started: Project: wxregex,
          Configuration: DLL Debug x64 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:37 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_x64_mswuddll\wxregex\wxregex.tlog\unsuccessfulbuild&quot=
;.<br>
          &gt; &gt; Target ClCompile:<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_auto_possess.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chartables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chkdint.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_cgroup.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_class.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_config.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_context.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_convert.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_dfa_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_error.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_extuni.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_find_bracket.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_jit_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_maketables.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_data.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_next.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_newline.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ord2utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_pattern_info.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_script_run.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_serialize.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_string_utils.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_study.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substitute.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substring.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_tables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ucd.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_valid_utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_xclass.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt; Done building target &quot;ClCompile&quot; in project
          &quot;wx_wxregex.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_wxregex.vcxproj&quot; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A031 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:03.43<br>
          &gt; &gt; ------ Build started: Project: wxregex,
          Configuration: DLL Debug Win32 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:41 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_mswuddll\wxregex\wxregex.tlog\unsuccessfulbuild&quot;.<b=
r>
          &gt; &gt; Target ClCompile:<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_auto_possess.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chartables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_chkdint.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_cgroup.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_compile_class.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_config.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_context.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_convert.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_dfa_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_error.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_extuni.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_find_bracket.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_jit_compile.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_maketables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_data.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_match_next.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_newline.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ord2utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_pattern_info.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_script_run.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt;=C2=A0 =C2=A0pcre2_serialize.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_string_utils.c<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_study.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substitute.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_substring.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_tables.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_ucd.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_valid_utf.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt;=C2=A0 =C2=A0pcre2_xclass.c<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt; Done building target &quot;ClCompile&quot; in project
          &quot;wx_wxregex.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_wxregex.vcxproj&quot; --
          FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_auto_possess.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_chkdint.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_chartables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_compile.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_cgroup.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_compile_class.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_config.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_context.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_dfa_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_convert.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_error.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_find_bracket.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_extuni.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_maketables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_match.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_jit_compile.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_data.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_match_next.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_newline.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_pattern_info.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ord2utf.c)<br=
>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_serialize.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_script_run.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_study.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_string_utils.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substitute.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_substring.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_tables.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_ucd.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file ..\..\3rdparty\pcre\src\pcre2_xclass.c)<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory (compiling<br>
          &gt; &gt; source file
          ..\..\3rdparty\pcre\src\pcre2_valid_utf.c)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A031 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:04.85<br>
          &gt; &gt; ------ Build started: Project: base, Configuration:
          DLL Release x64 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:49 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_x64_mswudll\base\base.tlog\unsuccessfulbuild&quot;.<br>
          &gt; &gt; Target ClCompile:<br>
          &gt; &gt;=C2=A0 =C2=A0dummy.cpp<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory<br>
          &gt; &gt; Done building target &quot;ClCompile&quot; in project
          &quot;wx_base.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_base.vcxproj&quot; -- FA=
ILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A01 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:00.65<br>
          &gt; &gt; ------ Build started: Project: base, Configuration:
          DLL Release Win32 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:50 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_mswudll\base\base.tlog\unsuccessfulbuild&quot;.<br>
          &gt; &gt; Target ClCompile:<br>
          &gt; &gt;=C2=A0 =C2=A0dummy.cpp<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory<br>
          &gt; &gt; Done building target &quot;ClCompile&quot; in project
          &quot;wx_base.vcxproj&quot; -- FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Done building project &quot;wx_base.vcxproj&quot; -- FA=
ILED.<br>
          &gt; &gt;<br>
          &gt; &gt; Build FAILED.<br>
          &gt; &gt;<br>
          &gt; &gt; c:\wxwidgets\include\wx\platform.h(154): fatal error
          C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
          directory<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A00 Warning(s)<br>
          &gt; &gt;=C2=A0 =C2=A0 =C2=A01 Error(s)<br>
          &gt; &gt;<br>
          &gt; &gt; Time Elapsed 00:00:00.57<br>
          &gt; &gt; ------ Build started: Project: base, Configuration:
          DLL Debug x64 ------<br>
          &gt; &gt; Build started 7/7/2026 10:51:51 PM.<br>
          &gt; &gt; Target InitializeBuildStatus:<br>
          &gt; &gt;=C2=A0 =C2=A0Touching
          &quot;vc_x64_mswuddll\base\base.tlog\unsuccessfulbuild&quot;.<br>
          &gt; &gt; Target ClCompile:<br>
          &gt; &gt;=C2=A0 =C2=A0dummy.cpp<br>
          &gt; &gt;=C2=A0 =C2=A0c:\wxwidgets\include\wx\platform.h(154): fa=
tal
          error C1083: Cannot<br>
          &gt; &gt; open include file: &#39;wx/setup.h&#39;: No such file o=
r
    </blockquote></div></blockquote></div></blockquote></div></div>

<p></p>

-- <br />
Please read <a href=3D"https://www.wxwidgets.org/support/mlhowto.htm">https=
://www.wxwidgets.org/support/mlhowto.htm</a> before posting.<br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;wx-users&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:[email protected]">wx-users+u=
[email protected]</a>.<br />
To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/=
wx-users/CA%2BFnnTweu6ciEq3MWOLMA-JJDzHOCQDkdCjB_kJSOezbFYNisA%40mail.gmail=
.com?utm_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/ms=
gid/wx-users/CA%2BFnnTweu6ciEq3MWOLMA-JJDzHOCQDkdCjB_kJSOezbFYNisA%40mail.g=
mail.com</a>.<br />

--000000000000e45f380656488d42--